.button {
  background-color: #20252d; /* Green */
  border: none;
  color: #c7b299 !important;
  padding: 18px 42px;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  display: inline-block;
  font-size: 150%;
  font-weight: 200;
}
.button:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

