/* CSS */
.button-33 {
  margin: 50px;
  background-color: #4875a8;
  border-radius: 100px;
  box-shadow: rgba(34, 40, 124, 0.397) 0 -25px 18px -14px inset,rgba(65, 44, 187, 0.35) 0 1px 2px,rgba(65, 44, 187, 0.35) 0 2px 4px,rgba(65, 44, 187, 0.35) 0 4px 8px,rgba(65, 44, 187, 0.35) 0 8px 16px,rgba(65, 44, 187, 0.35) 0 16px 32px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: Everett, sans-serif;
  font-weight: bold;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-33:hover {
  box-shadow: rgba(65, 44, 187, 0.35) 0 -25px 18px -14px inset,rgba(65, 44, 187, 0.35) 0 1px 2px,rgba(65, 44, 187, 0.35) 0 2px 4px,rgba(65, 44, 187, 0.35) 0 4px 8px,rgba(65, 44, 187, 0.35) 0 8px 16px,rgba(65, 44, 187, 0.35) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}