body {
  background-color: #111;
  color: #ccc;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.glow-purple {
  color: #c77dff;
  text-shadow: 0 0 10px #c77dff, 0 0 20px #c77dff;
}

.glow-blue {
  color: #80ffec;
  text-shadow: 0 0 10px #80ffec, 0 0 20px #80ffec;
}

a {
  color: #80ffec;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  background-color: #1a1a1a;
}
.glow-purple {
  color: #b388ff;
  text-shadow: 0 0 8px #b388ff;
}

.glow-blue {
  color: #00bcd4;
  text-shadow: 0 0 8px #00bcd4;
}
.tribute-box {
  background: #2a2a2a; /* lighter charcoal */
  border-left: 6px solid #00bcd4;
  border-radius: 1rem;
}

.link-light:hover {
  color: #b388ff;
  text-decoration: underline;
}

