.custom-button {
  display: inline-block;
  padding: 10px 40px;
  background-color: #FEFFE6;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  font-family: "GlacialIndifference-Bold" !important;
  font-weight: normal;
  letter-spacing: -0.02em;
  font-size: 17px;
}