/* styles.css */
body {
    background-color: #0d0d1a;
    color: #f0f0f5;
    font-family: 'Courier New', Courier, monospace;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.container {
    max-width: 700px;
    margin: 0 auto;
    padding: 2rem;
}

a {
    color: #87cefa;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

header, footer {
    text-align: center;
    padding: 1rem 0;
    border-bottom: 1px solid #444;
}

footer {
    border-top: 1px solid #444;
    border-bottom: none;
    font-size: 0.9rem;
    color: #888;
    margin-top: 3rem;
}

.footer-logo {
    display: block;
    margin: 2rem auto 1rem;
    max-height: 350px;
}
