/* Retro Capsule Style */
body {
    font-family: "Courier New", monospace;
    background-color: #000;
    color: #fff;
    margin: 2em auto;
    padding: 0;
    max-width: 800px;
    line-height: 1.6;
}

/* LINKS */
a {
    color: #ffa500; /* orange */
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

/* HEADINGS */
h1, h2 {
    color: #ff8c00;
    margin-bottom: 0.5em;
    font-weight: bold;
}

/* HORIZONTAL RULE */
hr {
    border: none;
    border-top: 1px solid #555;
    margin: 2em 0;
}

/* NAVIGATION */
nav {
    margin: 1em 0;
}

nav a {
    margin-right: 1em;
    font-weight: bold;
}

/* CODE BLOCKS */
code {
    background-color: #111;
    padding: 0.1em 0.3em;
    border-radius: 3px;
}

/* TEXT WIDTH */
p {
    max-width: 85ch;
}

/* OPTIONAL: Make sections spaced more like Gemini */
section {
    margin-bottom: 2em;
}
