.icon {
  color: #ffffff;
}

.blue-btn {
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 500;
  background: linear-gradient(92.07deg, rgba(0, 56, 147, 0.8) -10.53%, rgba(207, 32, 39, 0.2) 156.79%, rgba(207, 32, 38, 0.393) 156.79%);
  color: #ffffff;
  padding: 10px;
  box-shadow: -10px 10px 0px #003893;
  border-radius: 50px;
  cursor: pointer;
  width: 20rem;
  height: 45px;
  font-size: 24px;
  line-height: 90%;
  text-transform: capitalize;
  text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.7);
  border: none;
}

.newsletter-btn {
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 500;
  background: linear-gradient(92.07deg, rgba(0, 56, 147, 0.8) -10.53%, rgba(207, 32, 39, 0.2) 156.79%, rgba(207, 32, 38, 0.393) 156.79%);
  color: #ffffff;
  padding: 10px;
  box-shadow: -10px 10px 0px #003893;
  border-radius: 50px;
  cursor: pointer;
  width: 20rem;
  height: 45px;
  font-size: 24px;
  line-height: 90%;
  text-transform: capitalize;
  text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.7);
  border: none;
}

.close-btn {
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 500;
  background: linear-gradient(92.07deg, rgba(0, 56, 147, 0.8) -10.53%, rgba(207, 32, 39, 0.2) 156.79%, rgba(207, 32, 38, 0.393) 156.79%);
  color: #ffffff;
  padding: 10px;
  box-shadow: -10px 10px 0px #003893;
  border-radius: 50px;
  cursor: pointer;
  width: 8rem;
  height: 45px;
  font-size: 24px;
  line-height: 90%;
  text-transform: capitalize;
  text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.7);
  border: none;
}