body {
    background-color: #f5f5e4; /* Light yellow-gray (old computer plastic tone) */
    color: #222;
    font-family: "Courier New", Courier, monospace; /* Old-school computer font */
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
    line-height: 1.6;
}

h1 {
    font-size: 2em;
    margin-bottom: 0.2em;
}

h2, h3 {
    margin-top: 2rem;
}

a {
    color: #0077cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.date {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 2rem;
}

.code-block {
    background-color: #e0e0d1; /* Slightly darker background for code blocks */
    padding: 1rem;
    border-radius: 5px;
    font-family: "Courier New", Courier, monospace;
    overflow-x: auto;
    margin: 1rem 0;
}

.site-title {
    text-align: center;
    margin-bottom: 0.75rem;
}

.site-title a {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-decoration: none;
    color: inherit;
    font-variant: small-caps;
}
