body {
background-color: #5079e1;
text-align: center;
font-family: Arial, sans-serif;
}
h1 {
font-family: Arial, 'Russo One', sans-serif;
font-size: 3em;
color: Yellow;
}
button {
margin-left: 25px;
border-radius: 6px;
font-family: Verdana, sans-serif;
font-size: 25px;
color: black;
text-decoration: none;
cursor: pointer;
background-color: #ddd;
border: 3px solid yellow;
height: 50px;
width: 200px;
}
button:hover {
opacity: .75;
}