html {
    background-color: rgb(41, 41, 41);
    color: white;
    font-family: 'Courier New', Courier, monospace;
}

button {
    padding: 1em;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    font-size: 1em;
}