Buttons - stylized

/* Stylized buttons - from Gabroel */
button {
  border: solid 2px #fff;
  font-weight: bold;
  font-family: Product Sans;
  border-radius: 30px;
  font-size: 20px;
  color: #fff;
  box-shadow: inset 2px 2px 0 #fff, 0 8px 10px -4px rgba(0,0,0,0.4);
  cursor: pointer;
  transition: all 0.4s ease;
  margin-bottom: 5px;
  margin-top: 5px;
}