.player{
    text-align: center;
    margin-top: 10rem;
    margin-bottom: 2rem;
}
.buttons, .options {
    text-align: center;
    
}
.solution {
    text-align: center;
    margin-top: 3rem;
}
body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
button{
    background-color: green;
    border: none;
    color: white;
    text-decoration: none;
    font-size: 16px;
    padding: 15px 32px;
}