	h1{
		color: #00ffff;
		background: #0099ff;
		}
div{
border-style: solid;
border-color: black;
border-radius: 25px;
padding:25px;
background: #3399cc;
 width: 20%;
     text-align: center;
    justify-content: center;


}
button{
font-size:25px;
background: #3366ff;
color: white;
border: 2px black solid;
border-radius: 20px;
 
}
button:hover{
font-size:25px;
background: #00ffcc;
color: white;
border: 2px black solid;
border-radius: 20px;
}
body{
background: #99ffff;
    justify-content: center;
     }
