/* Base styling */
body {
  background: #0a0a23 url('images/stars.gif') repeat;
  color: #e0e0ff;
  font-family: 'Moon', monospace, 'Press Start 2P', cursive, sans-serif;
  margin: 0;
  padding: 0 2rem;
  line-height: 1.4;
  text-align: center;
}

header {
  background-color: #111136;
  padding: 1rem;
  border-bottom: 3px solid #99ccff;
}

header h1 {
  font-family: 'Press Start 2P', cursive;
  font-size: 2.5rem;
  margin: 0 0 0.5rem 0;
  color: #99ccff;
}

nav a {
  color: #66bbff;
  text-decoration: none;
  font-weight: bold;
  margin: 0 0.5rem;
}

nav a:hover {
  color: #ffdd99;
  text-shadow: 0 0 5px #ffdd99;
}

main {
  max-width: 600px;
  margin: 2rem auto;
}

.phase-section {
  background-color: rgba(20, 20, 50, 0.75);
  border: 2px solid #6688cc;
  border-radius: 12px;
  margin-bottom: 2rem;
  padding: 1rem;
}

.phase-section h2 {
  font-family: 'Press Start 2P', cursive;
  font-size: 1.6rem;
  margin-top: 0;
  color: #aaccee;
  text-shadow: 1px 1px 4px #223355;
}

.phase-section img {
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
  border: 2px solid #99ccff;
  border-radius: 50%;
  background-color: #000022;
}

aside#music-player {
  background-color: rgba(20, 20, 50, 0.8);
  max-width: 600px;
  margin: 2rem auto 4rem auto;
  padding: 1rem;
  border-radius: 12px;
  border: 2px solid #99ccff;
}

aside#music-player h3 {
  font-family: 'Press Start 2P', cursive;
  color: #ccddff;
  margin-bottom: 1rem;
}

#playlist button {
  margin: 0.3rem;
  background-color: #223366;
  color: #ccddff;
  border: none;
  padding: 0.5rem 1rem;
  font-family: 'Press Start 2P', cursive;
  font-size: 0.75rem;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

#playlist button:hover {
  background-color: #4466cc;
  color: #ffee88;
}

footer {
  background-color: #111136;
  color: #7777aa;
  font-size: 0.8rem;
  padding: 1rem 0;
  border-top: 3px solid #99ccff;
  text-align: center;
  font-family: 'Moon', monospace;
}
