/* Soft, warm background */
body {
    background-color: #faf7f2;
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.65;
    max-width: 800px;      /* Ideal reading width */
    margin: 0 auto;        /* Centers the column */
    padding: 40px 20px;    /* Breathing room on all sides */
}

/* Beautiful, centered title */
h1 {
    font-size: 2.3em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.6em;
    color: #333;
}

/* Paragraph styling */
p {
    margin-bottom: 1.3em;
    font-size: 1.1em;
}

/* Drop cap for the first paragraph */
p:first-of-type::first-letter {
    font-size: 3.2em;
    float: left;
    line-height: 0.8;
    padding-right: 8px;
    padding-top: 4px;
    color: #444;
}

.nobr {
    white-space: nowrap;
}


/* Styled horizontal rule */
hr {
    border: none;
    border-top: 2px solid #ccc;
    margin: 40px 0;
}

/* Back to Home link */
a {
    color: #0044aa;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Optional: style the P.S. section */
.ps-section {
    background-color: #ffffffcc;
    border-left: 4px solid #999;
    padding: 20px 25px;
    margin-top: 40px;
}
