body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: #1a1a1a;
    color: #ffffff;
    line-height: 1.6;
}

header {
    padding: 2rem;
    text-align: center;
    border-bottom: 1px solid #333;
}

h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.pro {
    color: #00ff00;
    font-weight: bold;
}

h2 {
    font-size: 1.5rem;
    margin-top: 0.5rem;
    font-weight: 400;
    color: #cccccc;
    font-style: italic;
}

.content-area {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

/* Story section styles */
.story-section {
    margin-bottom: 2rem;
}

.story-section h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #00ff00;
}

.story-section p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.date-stamp {
    font-size: 0.9rem;
    color: #888;
    font-style: italic;
    margin-bottom: 1rem;
}

/* About section styles */
.about-section {
    margin-bottom: 2rem;
}

.about-section h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #00ff00;
}

.about-section p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

/* Navigation styles */
.nav-link {
    color: #00ff00;
    text-decoration: none;
    margin: 0 1rem;
}

.nav-link:hover {
    text-decoration: underline;
}