body {
    background: #0d0d0d;
    color: #e6e6e6;
    font-family: 'VT323', monospace; /* More readable body font */
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
}

/* Keep Titles in Press Start 2P */
h1, h2, h3, h4, h5, h6, .neon-text, nav a {
    font-family: 'Press Start 2P', cursive;
}

header h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

footer {
    font-size: 1rem;
    opacity: 0.8;
}
