
/* theme-exinani.css - Cyan theme for ExInani.com */

.button {
    background-color: #00ffff;
    color: #000;
    padding: 0.8em 1.5em;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    text-decoration: none;
    display: inline-block;
    font-family: 'Orbitron', sans-serif;
    box-shadow: 0 0 10px #00ffff;
    transition: box-shadow 0.3s, background-color 0.3s;
}

.button:hover {
    box-shadow: 0 0 20px #00ffff;
    background-color: #00e5e5;
}
.dux-voice {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: italic;
  color: #6ec1e4;
}

.prologue {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.prologue h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.prologue p {
  margin-bottom: 1.2rem;
  line-height: 1.6;
}
