
@media screen and (max-width: 768px) {
  body, p {
    font-size: 18px;
    line-height: 1.6;
  }

  h2 {
    font-size: 24px;
  }

  h1 {
    font-size: 28px;
  }

  .button {
    font-size: 16px;
  }
}
