<a class="Button32" href="#">Button 32</a>
/*-- Button 32 --*/
.Button32{
color: white;
background: #F57F17;
font-family: "Roboto", sans-serif;
padding: 15px 48px;
}
.Button32:hover{
background: none;
color: #F57F17;
border: 1px solid #F57F17;
box-shadow: 0px 5px 10px #427388;
}
.Button32:active{
transform: scale(1.1);
box-shadow: 0px 8px 20px #427388;
}