body {
  margin: 0;
}

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

.item {
  font-size: 50cqh;
}
