@media (max-width: 1024px)
{
  body {
    font-size: 1rem;
    line-height: 1.75;
  }
}

@media (max-width: 600px)
{
  body {
    font-size: 1rem;
    line-height: 1.8;
  }

  main {
    max-width: 100%;     
    padding: 1.5rem 1rem;
  }

  p {
    letter-spacing: 0.025em;  
  }
}
