body {
  background-color: #202020;
  width: fit-content;
  height: fit-content;
  margin: auto auto;
}
main {
  background-image: url(./images/Rematrículas\ 2023\ -\ SITE.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1080px;
  height: 3590px;
  margin: auto auto;
}

@media (max-width: 1024px) {
  body {
    background-color: #00afef;
  }
  main {
    width: 100vw;
    height: 330vw;
  }
}
