.neon-announcement {
  background-color: #fcfbfb;
  padding: 4rem 2rem;
  text-align: center;
  font-family: 'DotGothic16', monospace;
}

.neon-frame {
  display: inline-block;
  padding: 2rem;
  border: 4px solid #00ffff;
  border-radius: 16px;
  background-color: rgb(0, 0, 0);
  box-shadow:
    0 0 10px #00ffff,
    0 0 20px #00ccff,
    0 0 40px #0099ff;
  max-width: 800px;
}

.neon-title {
  font-size: 2.4rem;
  color: #00ffff;
  text-shadow:
    0 0 5px #0ff,
    0 0 15px #00ccff,
    0 0 30px #0099ff;
  margin-bottom: 1rem;
}

.neon-description {
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.neon-button {
  display: inline-block;
  padding: 0.8rem 1.8rem;
  color: #00ffff;
  border: 2px solid #00ffff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  box-shadow:
    0 0 10px #00ffff,
    0 0 20px #00ccff;
  transition: all 0.3s ease;
}

.neon-button:hover {
  background-color: #00ffff;
  color: #000;
  box-shadow:
    0 0 20px #00ffff,
    0 0 40px #00ccff;
}
.neon-announcement .neon-title,
.neon-announcement .neon-description,
.neon-announcement .neon-button {
  font-family: 'DotGothic16', monospace;
}
