/* Load‑Bearing Orthodoxy – Retro Geocities Theme */

/*
   This stylesheet embraces the visual chaos of early personal websites.
   A dark background sets the stage for neon green text, garish borders
   and awkward spacing.  Animated GIFs take pride of place.  The goal
   is to evoke a sense of amateur mysticism befitting our cosmic Pallet.
*/

body {
    font-family: "Courier New", Courier, monospace;
    background-color: #000000;
    color: #00ff00;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

header {
    text-align: center;
    padding: 1.5em 1em;
    border-bottom: 3px dashed #00ff00;
}

header h1 {
    margin: 0;
    font-size: 2.5em;
    color: #00ff00;
    text-shadow: 0 0 10px #00ff00;
}

.gif-decoration {
    display: block;
    margin: 0.5em auto;
    width: 80px;
    height: auto;
}

nav {
    background-color: #001100;
    border-top: 2px solid #00ff00;
    border-bottom: 2px solid #00ff00;
}

nav ul {
    list-style: none;
    padding: 0.5em;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
}

nav ul li {
    margin: 0;
}

nav ul li a {
    color: #00ff00;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 0 5px #00ff00;
}

nav ul li a:hover {
    color: #ff00ff;
    text-shadow: 0 0 8px #ff00ff;
}

main {
    max-width: 900px;
    margin: 0 auto;
    padding: 1em;
}

h2 {
    color: #00ff00;
    text-shadow: 0 0 6px #00ff00;
    border-bottom: 2px dashed #00ff00;
    padding-bottom: 0.4em;
    margin-top: 1.5em;
}

a {
    color: #00ff00;
    text-decoration: underline;
}

a:hover {
    color: #ff00ff;
}

hr {
    border: 0;
    border-top: 2px dashed #00ff00;
    margin: 1em 0;
}

figure {
    margin: 1em 0;
    border: 2px dashed #00ff00;
    padding: 0.5em;
}

figcaption {
    font-size: 0.9em;
    color: #00ff00;
    margin-top: 0.5em;
    text-shadow: 0 0 4px #00ff00;
}

ul {
    list-style: square;
    margin-left: 1.5em;
}

footer {
    text-align: center;
    padding: 1em;
    border-top: 2px dashed #00ff00;
    font-size: 0.8em;
}

.references {
    font-size: 0.8em;
    margin-top: 1em;
}