:root {
  --font-size: 64px;
}

html {
  background-color: #ffff00;
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
body {
  margin: 0 !important;
}
h1 {
  position: absolute;
  text-align: center;
  font-size: var(--font-size);
  top: calc(50% - var(--font-size) / 2);
  left: 50%;
  transform: translate(-50%, -50%);
}