
 body{
background-color: lightcyan;
            
 text-align: center;
            
}
button{
color: purple;
button: hover {border:80px solid blue;}
}

h1{
color: light blue;
}

#answer{
background:rgba(250, 235, 215,.3);
border:2px groove grey;
border-radius: 50px;
box-shadow: 2px 5px;
color: purple;
margin-top: 10px;
}

#answer2{
background:rgba(250, 235, 215,.3);
border:2px groove grey;
border-radius: 50px;
box-shadow: 2px 5px;
color: purple;
margin-top: 10px;
}

#answer3{
background:rgba(250, 235, 215,.3);
border:2px groove grey;
border-radius: 50px;
box-shadow: 2px 5px;
color: purple;
margin-top: 10px;
}

#answer4{
background:rgba(250, 235, 215,.3);
border:2px groove grey;
border-radius: 50px;
box-shadow: 2px 5px;
color: purple;
margin-top: 10px;
}

#answer5{
background:rgba(250, 235, 215,.3);
border:2px groove grey;
border-radius: 50px;
box-shadow: 2px 5px;
color: purple;
margin-top: 10px;
}
            

