body {
  font-family: 'YesevaOne-Regular', sans-serif;
  text-align: center;
  padding: 2rem;
}

h1 {
  font-family: 'QTCaslanOpen', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.3;
  margin-top: 4rem;
}
@media (max-width: 48rem) {
  h1 {
    font-size: 3rem;
  }
}
p {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 48rem) {
  p {
    font-size: 1.2rem;
  }
}

.disclaimer {
  font-size: 1.8rem;
}
@media screen and (max-width: 48rem) {
  .disclaimer {
    font-size: 1.6rem;
  }
}

a {
  color: #000;
  text-decoration: none;
}

.insta a {
  display: flex;
  align-items: center;
  justify-content: center;
}
svg {
  width: 2rem;
  margin-right: 0.5rem;
}