@charset "UTF-8";

#row {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "main";
  margin: 0 auto 2rem;
}
