body { margin: 0 }

.grid-container {
  display: grid;
  place-items: center;
  height: 100vh;
}
