SH9 Test Landing Page
.button {
display: inline-block;
padding: 0.85em 1.5em;
font-size: 1.5em;
cursor: pointer;
text-decoration: none;
color: #000000;
background-color: #FFCC33;
border: none;
border-radius: 0.62em;
box-shadow: 0 0.25em #999999;
}
.button:hover {
background-color: #202e78;
}