body {
background: #F4F5F7;
text-align: center;
}
h1 {
margin-bottom: 80px;
}
button {
border-style: solid;
border-width: 2px;
border-radius: 5px;
background: #FFFFFF;
font-size: 30px;
margin-bottom: 30px;
width: 120px;
height: 60px;
}
button:hover {
cursor: pointer;
background: #F4F5F7;
opacity: 0.8;
}
