body {
  margin: 0;
  padding: 0;
  font-family: 'Trebuchet MS', sans-serif;
  color: white;
  background-image: url("https://myalternateuniverse.neocities.org/ChatGPT%20Image%20Jul%2012,%202025,%2012_44_17%20AM.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: auto;
}

.banner img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.social-buttons {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 10;
}

.social-buttons a {
  color: red;
  text-decoration: none;
  margin-left: 15px;
  font-weight: bold;
  background: black;
  padding: 5px 10px;
  border-radius: 5px;
}

.nav {
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 10px;
}

.nav a {
  color: white;
  text-decoration: none;
  margin: 0 20px;
  font-weight: bold;
  font-size: 18px;
}

.content {
  padding: 30px;
  background: rgba(0, 0, 0, 0.75);
  max-width: 800px;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 0 20px black;
  text-align: center;
}


