body {
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

.container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1rem 2rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

header {
    text-align: center;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

header h1 {
    color: #003366;
    margin-bottom: 0.5rem;
}

.subtitle {
    font-size: 1rem;
    color: #555;
    font-style: italic;
}

main section {
    margin-bottom: 2rem;
}

h2 {
    color: #005a9c;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.3rem;
    margin-bottom: 1rem;
}

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

ul li {
    background: #eef5fa;
    margin-bottom: 0.5rem;
    padding: 0.75rem;
    border-left: 4px solid #005a9c;
}

a {
    color: #005a9c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: 700;
}

footer {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 2px solid #e0e0e0;
    font-size: 0.9rem;
    color: #777;
}
