div{
    position :absolute;
    top:100px;
    left:600px;
    width: 200px;
    height: 100px;
}
#reset_score, #reset_speed{
    padding:12px;
    background-color: aquamarine;
    border-radius: 10px;
    
}
#reset_speed{
    background-color: lawngreen;
    margin-top:10px;
}
footer{
    text-align: center;
    background-color: aqua;
}