<button type="button" class="button">
Simple Button
</button>
.button{
outline: none;
border: none;
padding:10px 20px;
background: white;
border-radius: 7px;
box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
font-size: 16px;
cursor: pointer;
}