:root {
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  overflow: hidden;
  background: linear-gradient(180deg, #06111b 0%, #03080f 100%);
  font-family: "Arial Black", "Inter", system-ui, -apple-system, sans-serif;
}

.stage {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.three {
  margin: 0;
  font-weight: 900;
  font-size: min(90vw, 90vh);
  line-height: 0.82;
  transform: translateY(0.04em);
  background: linear-gradient(135deg, #00a3e0 0%, #0077c8 45%, #f68d2e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-rendering: geometricPrecision;
}