body {
    background-color: #0d0d0d;
    color: #ffe5ec;
    font-family: 'VT323', monospace;
    font-size: 20px;
    margin: 0;
    padding: 2rem;
    line-height: 1.6;
}

a {
    color: #ffc2d1;
    text-decoration: none;
}

.chroma {
    text-shadow: 1px 1px 0px #fb6f92, -1px -1px 0px #ff8fab;
}

header {
    margin-bottom: 2rem;
    display: flex;
    justify-content: flex-start;
}

.logo-container {
    border:px solid #fb6f92;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0d0d0d;
}

.logo-art {
    font-family: "Courier New", Courier, monospace;
    font-size: 7px;
    line-height: 7px;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav li {
    margin-bottom: 0.2rem;
}

main {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
    text-align: center;
}

article h2 {
    color: #fb6f92;
    font-size: 2.5rem;
    box-shadow: 2px 2px 0px #fb6f92, -2px -2px 0px #ff8fab;
    text-align: center;
}

.post-date {
    color: #888;
    margin-bottom: 1em;
}

.post-content p {
    margin-bottom: 1em;
}

article.member h3 {
    color: #ff8fab;
    font-size: 2rem;
    margin-top: 0;
}

.members-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.member {
    border: 2px solid #ffb3c6;
    padding: 1.5rem;
    width: 250px;
    box-shadow: 2px 2px 0px #fb6f92, -2px -2px 0px #ff8fab;
    text-align: center;
}

/* === Dossier Page Styles === */
#dossier-content {
    display: inline-block;
    text-align: left;
}

/* === Blog Post Styles === */
#post-content {
    margin: 0 auto;
    color: #ffffff;
    text-align: left;
}

#post-content h1,
#post-content h2,
#post-content h3 {
    color: #fb6f92;
    text-align: center;
}

#post-content a {
    color: #ffc2d1;
    text-decoration: underline;
}

#post-content code {
    background: #1c1c1c;
    padding: .2em .4em;
    border-radius: 3px;
}

#post-content pre {
    background: #1c1c1c;
    border: 2px solid #ffb3c6;
    padding: 1em;
    overflow-x: auto;
    box-shadow: 2px 2px 0px #fb6f92, -2px -2px 0px #ff8fab;
    white-space: pre-wrap;
    word-wrap: break-word;
}

#post-content pre code {
    background: none;
    padding: 0;
    text-align: left;
}

#post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

#post-content th,
#post-content td {
    border: 2px solid #ffb3c6;
    padding: 0.5em;
    text-align: left;
}

#post-content th {
    background-color: #fb6f92;
    color: #0d0d0d;
}

#post-content blockquote {
    border-left: 4px solid #ff8fab;
    padding-left: 1em;
    margin-left: 0;
    font-style: italic;
    color: #ffc2d1;
}

#post-content hr {
    border: 0;
    border-top: 2px solid #ffb3c6;
    margin: 2em 0;
} 
