body {
  margin: 0;
  padding: 0;
  background-color: #0a0a0a;
  background-image: url('backgroundbrick.png');
  background-repeat: repeat;
  background-position: center center;
  background-size: 256px 256px;  /* Bigger tiles */
  background-attachment: fixed;
  color: #e0e0e0;
  font-family: "Courier New", monospace;
}


.border {
  margin: 2em auto;
  padding: 1.5em;
  max-width: 800px;
  background-color: #111;
  border: 4px solid transparent;

  /* 🎆 Psychedelic animated border setup */
  border-image: url('your-psychedelic-border.gif') 4 round;
  border-image-slice: 4;
  border-image-repeat: round;
}

.container {
  text-align: center;
}

nav a {
  color: #b3f0ff;
  text-decoration: none;
  margin: 0 10px;
}

nav a:hover {
  text-decoration: underline;
}
