body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: #111111;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

main {
  text-align: center;
  padding: 2rem;
}

h1 {
  font-size: clamp(2.5rem, 8vw, 6rem);
  letter-spacing: -0.06em;
  margin: 0;
  font-weight: 800;
}

.tm {
  font-size: 0.4em;
  vertical-align: super;
  margin-left: 4px;
}

p {
  margin-top: 1rem;
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #555;
}