body {
    font-family: "local_font", sans-serif;
}

/* .grid {
  display: grid;
  grid-template-rows: 100vh;
  grid-template-columns: 100vw;
}

.main {
  justify-self: center;
  align-self: center;
} */

.main {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
