body {
    margin: 0 auto;
    max-width: 800px;
    padding: 40px 20px;
    font-family: 'Segoe UI', sans-serif;
    background: #ffffff;
    color: #222;
    line-height: 1.6;
}

/* Headings stay centered */
header, footer {
    text-align: center;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 0.2em;
}

h2 {
    font-size: 1.75em;
    color: #F38181;
    margin-bottom: 0.5em;
    text-align: center;
}

h3 {
    font-size: 1.2em;
    color: #95E1D3;
    margin-top: 1.2em;
    margin-bottom: 0.2em;
    text-align: left;
}

/* Make section content (like paragraphs and lists) left-aligned */
section {
    margin-bottom: 2.5em;
    text-align: left;
}

/* Bullet point formatting */
ul {
    margin: 0.5em 0 1em 1.5em;
    padding-left: 1em;
    list-style-type: disc;
}

li {
    margin-bottom: 0.5em;
}

em {
    color: #444;
    font-style: italic;
}

footer {
    font-size: 0.9em;
    color: #888;
    margin-top: 40px;
}

a {
    color: #95E1D3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
