button {
  box-shadow: inset 0px 1px 0px 0px #cf866c;
  background-color: #4C1C1C;
  border-radius: 3px;
  border: 1px solid #942911;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #854629;
}
button:hover{
  background-color: #bc3315;
}
button:active{
  position: relative;
  top: 1px;
}