/* Global page background: single image that covers the viewport */
body {
  margin: 0;
  min-height: 100vh;

  background-image: url("OIP.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;

  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;

  font-family: sans-serif;
  color: #111;
  font-weight: 700;
}

}

header {
  text-align: center;
  padding: 40px 20px 10px;
}

h1 { font-weight: 900; margin: 0; }
h2 { text-align: center; font-weight: 800; }
p { margin: 0 20px 16px; }


.highlight {
  color: #000000; /* back to black */
  font-size: 1.12em; /* slightly larger */
  font-weight: 900;
}


.links a.tiktok {
  color: #000000;
  font-weight: 700;
}

#Logo { display: block; margin: 30px auto; max-width: 220px; height: auto; }

.cta { text-align: center; margin-top: 16px; }
#discord-btn { background: #5865F2; color: #fff; padding: 10px 18px; border-radius: 8px; border: none; cursor: pointer; font-weight: 800; }

.links { text-align: center; margin-top: 12px; }
.links a { color: #0645AD; font-weight: 700; text-decoration: none; }
.links a:hover { text-decoration: underline; }

