:where(body) {
  margin-top: 9.3rem;
  @media (max-width: 1200px) {
    margin-top: 6rem;
  }
}
:where(main) {
  overflow: hidden;
}
