html {
    height: 100vh;
    background-color: #060d1e;
}

body {
    background-color: transparent;
    color:white;
}

th {
    color: white;
}

#result {
    font-size: 1.5rem;
}

#settings {
    border: none;
    background-color: unset;
    color: white;
}

#settings > svg {
    width: 24px;
    height: 30px;
}