body {
    font-family: 'Optima_black',Helvetica,Arial,Lucida,sans-serif;
    text-align: center;
    background-color: gray;
}

p {
	height: 3em;
}

a {
    cursor: pointer;
    padding: 1em;
    margin: 0 1em;
    border-radius: 3px;
    font-weight: bold;
    background-color: #ae0917;
    color: lightgrey;
    text-decoration: none;
}
a:hover {
    background-color: lightgrey;
    color: #ae0917;
}