@font-face {
  font-family: "MicrogrammaD";
  src: url("fonts/MicrogrammaD-Bold.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MicrogrammaD";
  src: url("fonts/MicrogrammaD-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  background-image: url("Group 8 (2).png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-family: Arial, sans-serif;
}

h1 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-family: "MicrogrammaD", "Orbitron", "Eurostile", system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 4vw, 48px);
  text-shadow: 0 4px 16px rgba(0,0,0,.55), 0 0 8px rgba(255,255,255,.12);
}

/* On smaller screens, slightly bigger than default but not oversized */
@media (max-width: 600px) {
  h1 {
    font-size: clamp(24px, 8vw, 54px);
  }
}
