* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}

.presell {
  width: 100%;
  max-width: 480px;
  height: 90vh;
  padding: 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  margin: 0 auto;
}

.presell > i {
  fill: #55c248;
  color: #55c248;
  border-color: #55c248;

  font-size: 126px;
}

.presell > h1 {
  font-size: 42px;
  font-weight: 600;
}

.presell > p {
  font-size: 16px;
  font-weight: 400;
}

.presell a {
  font-weight: 500;

  color: #ffffff;
  text-decoration: none;

  font-size: 20px;
  padding: 25px;

  background: linear-gradient(#3eed60, #2ab745) !important;
  box-shadow: 0px 0px 25px 5px #3eed60;
  border-radius: 46px 46px 46px 46px;
  margin-top: 20px;

  animation: pulsando 0.3s;
  animation-iteration-count: infinite;
  transition: all 0.3s;
}

.presell a > i {
  fill: #ffffff;
  color: #ffffff;
}

footer {
  width: 100%;
  margin-top: 30px;
}

.footer-content {
  width: 100%;
  max-width: 1080px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}

.policy {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 0.8rem;
}

.policy a {
  text-decoration: none;
  color: #000000;
}

.policy span {
  color: #3eed60;
}
