The Barn
The Barn
.button {
display: inline-block;
margin: 5px;
background: #D60404;
color: #D60404;
font-size: 1.5em;
font-family: ‘Georgia’, serif;
font-style: italic;
border-radius: 50px;
padding: 8px 16px;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.button:hover {
background: #030DAD;
color: #c1e1e0;
}