@import url('https://fonts.googleapis.com/css2?family=Helvetica:wght@300;400;700&family=EB+Garamond:wght@400;600&display=swap');

body {
    font-family: 'Helvetica', 'Arial', sans-serif;
    background-color: #f9f9f9;
    color: #333;
    margin: 0;
    padding: 20px;
    text-align: center;
}

h1, h2 {
    font-family: 'EB Garamond', serif;
    font-weight: 600;
    color: #222;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 1.8rem;
    margin-top: 20px;
}

p {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 800px;
    margin: auto;
}

ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    font-size: 1.2rem;
    margin: 10px 0;
}

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

a:hover {
    color: #005999;
}

footer {
    margin-top: 40px;
    font-size: 0.9rem;
    color: #777;
}
