body {
  background: linear-gradient(to bottom, #1a1a1a, #2c003e);
  color: #f0f0f0;
  font-family: 'Courier New', monospace;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 700px;
  margin: auto;
  padding: 20px;
  background-color: rgba(25, 25, 25, 0.85);
  box-shadow: 0 0 20px #ff00cc;
  margin-top: 40px;
  border-radius: 10px;
}

h1 {
  font-size: 2.5em;
  color: #00ffff;
  text-align: center;
}

.tagline {
  text-align: center;
  font-style: italic;
  color: #aaa;
  margin-bottom: 20px;
}

.player {
  margin: 20px 0;
}

.about {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-left: 3px solid #ff00ff;
  margin-bottom: 20px;
}

ul {
  list-style-type: square;
  padding-left: 20px;
}

footer {
  text-align: center;
  font-size: 0.8em;
  margin-top: 30px;
  color: #777;
}

a {
  color: #ff66ff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
