body 
body {
    background-color: #1e1e2f;
    color: #f8f8f2;
}

{
    font-family: Verdana, sans-serif;
    background-color: #0f0064;
}

h1, h2, h3 {
    font-family: 'Georgia', serif;
    color: #ffd700;
    letter-spacing: 1px;
}
h1 {
    font-size: 2.2em;
    margin-top: 1em;
}
h2 {
    font-size: 1.6em;
    border-top: 2px solid #ffd700;
    padding-top: 1em;
}
h3 {
    font-size: 1.3em;
    margin-top: 1.5em;
    color: #f0e68c;
}

em {
    font-weight: bold;
    font-size: 120%;
}

blockquote {
    background: #F0ECEC;
    margin: 1em;
    font-style: italic;
}

.firstLetter {
    font-size: 250%;
    color: #ffa500;
}
.firstWord {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
p {
    line-height: 1.8;
    font-size: 1.05em;
    margin-bottom: 1.5em;
}

#firstStory {
    color: #d9ff00;
}

#navigation {
    background-color: #2c2c3a;
    padding: 1em;
    border-top: 2px solid #ffa500;
    border-bottom: 2px solid #ffa500;
    text-align: center;
}
#navigation li {
    margin: 0 1em;
}
#navigation a {
    color: #ffa500;
}
#navigation a:hover {
    color: #ffffff;
    text-decoration: underline;
}

    .current {
    text-decoration: underline; font-weight: bold;
}

.dark-mode {
    background-color: rgb(255, 255, 255);
}

button {
    background-color: #444;
    color: white;
    border: none;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    transition: background 0.3s ease;
}
button:hover {
    background-color: #666;
}