html{
    background: black;
    font-family: monospace;
}

#box{
    margin: 50px;
    padding: 50px;
    text-align: center;
    background: rgb(21,21,21);
    color: aliceblue;
}

#buttons{
    display: flex;
    justify-content: space-around;
    background: gray;
    padding: 50px;
}

h1{
    text-decoration: underline;
}