button{
outline: none;
cursor: pointer;
display: block;
text-align: center;
border: 1px solid #fff2c2;
border-radius: 4px;
padding: .75em 2em;
color: #534206;
background-color: #f8e990;
box-shadow: 0 0 8px 0 #807133;
font-family: serif;
font-size: 20px;
line-height: 1;
transition: all .2s ease;
}
button:focus,
button:hover{
box-shadow: 0 0 8px 3px #e07500;
}
100 Buttons 008
