html {
    height: 100vh;
    background-color: #060d1e;
}

body {
    background-color: transparent;
    color:white;
}

th {
    color: white;
}

#result {
    font-size: 1.5rem;
}