.subtitle {
  font-size: 1.2em;
  margin-top: 10px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.subtitle a {
  color: #ffd700;
  text-decoration: none;
  font-size: 1em;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.subtitle a:hover {
  color: #ffed4e;
  text-shadow: 0 0 15px rgba(255, 215, 0, 0.8);
}
