body {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100vh;
  color: white;
}

.center-this {
  margin-bottom: 1lh;
}

@media (min-width: 1800px) {
  html {
    transform: scale(1.5);
    transform-origin: top left;
    width: 66.66%;
  }

  body {
    height: 66.66vh;
  }
}