@font-face {
  font-family: "Y2K";
  src: url("fonts/y2k-font.woff2") format("woff2");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #2a003f;
  font-family: "Y2K", cursive;
  color: #fff0ff;
  background-image: url("graphics/sparkle-bg.gif");
  background-repeat: repeat;
  background-attachment: fixed;
  
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 1rem;
  text-align: center;
  background: rgba(70, 0, 100, 0.6);
  border: 3px double #ffccff;
  border-radius: 12px;
  box-shadow: 0 0 20px #cc66ff;
}

header h1 {
  font-size: 2.8rem;
  color: #d9b3ff;
  text-shadow: 0 0 8px #9933ff;
  margin-bottom: 1rem;
}

.divider {
  width: 100%;
  max-width: 400px;
  margin: 1.5rem auto;
  display: block;
  opacity: 0.9;
}

.about {
  font-size: 1.2rem;
  margin: 2rem 0;
  line-height: 1.6;
  color: #fce6ff;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin: 2rem 0;
}

.nav-links a {
  padding: 0.5rem 1rem;
  background-color: #660066;
  border: 2px solid #ffccff;
  color: #fff0ff;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0 0 6px #ff99ff;
  transition: all 0.2s ease;
}

.nav-links a:hover {
  background-color: #9900cc;
  transform: scale(1.1);
}

footer {
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #ccccff;
}




/* Start https://www.cursors-4u.com */ * {cursor: url(https://ani.cursors-4u.net/cursors/cur-13/cur1150.ani), url(https://ani.cursors-4u.net/cursors/cur-13/cur1150.png), auto !important;} /* End https://www.cursors-4u.com */
