button{
position: relative;
cursor: pointer;
display: block;
border: none;
color: #FFF;
background-color: #cc2d80;
padding: 1.5em 3em;
border-radius: 3px;
font-family: sans-serif;
font-size: 14px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: .7em;
line-height: 1;
box-shadow: 5px 6px 0 0 #8d0760;
transition: all .1s ease;
}
button:focus,
button:hover{
background-color: #e32788;
}
button:active{
margin-top: 6px;
margin-left: 5px;
box-shadow: 1px 2px 0 0 #8d0760;
}
100 Buttons 004
