h1 {
    color: yellow;
    font-family: 'Averia Serif Libre', cursive;
    text-align: center;
    font-size:50px;
}

body {
    background-color: Navy;
    text-align:center;
}

p {
    color: yellow;
    font-family: 'Averia Serif Libre', cursive;
    text-align: center;
}

#button1{
        background-color: yellow;
    height:50px;
    width:100px;
    border-radius: 300px;
    color:Navy;
}

#button2{
       background-color: yellow;
    height:50px;
    width:100px;
    border-radius: 300px;
    color:Navy;
}

#button3{
       background-color: yellow;
    height:50px;
    width:100px;
    border-radius: 300px;
    color:Navy;
}

#button4{
       background-color: yellow;
    height:50px;
    width:100px;
    border-radius: 300px;
    color:navy;
    
}

#paragraph1{
    text-align: center;
}
#box{
    padding:50px;
}

#score{
    position: absolute;
    right: 60px;
    top: 80px;
    width: 400px;
}