a {
  color: #EAFF57;
  font-weight: 400;
}
.main {
  background-color: #8BA0A9;
  color: #EAFF57;
  border: 1px solid #EAFF57;
  border-radius: 20px;
  padding: 6% 10%;
  margin: 6%;
 }
.header {
  font-size: 90px;
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
}
.text {
  font-size: 24px;
  font-family: "Host Grotesk", sans-serif;
  font-optical-sizing: auto;
  color: #C44900;
}
.text-sm {
  font-size: 14px;
  font-family: "Host Grotesk", sans-serif;
  font-optical-sizing: auto;
}
.last-text {
  padding-bottom: 20px;
}
@media (max-width:480px)  {
  .header {
    font-size: 46px;
  }
  .text {
    font-size: 16px;
  }
  .text-sm {
    font-size: 12px;
  }
}