body {
    font-family: 'Roboto', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

.header {
    background-color: transparent;
    color: #0b3954;
    padding: 10px;
    text-align: center;
}

h1 {
    font-size: 3.0em;
    font-weight: 700;
    color: #003366;
}

p1 {
    margin-bottom: 15px;
    font-size: 1.2em;
    color: #0b3954;
}

/* Hero Section */
.content {
    max-width: 900px;
    margin: 20px auto;
    padding: 25px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #e0e0e0;
}

.policy-section {
    margin-bottom: 40px;
}

h2 {
    font-size: 24px;
    color: #003366;
    margin-bottom: 15px;
}

ul {
    padding-left: 25px;
    margin-top: 10px;
}

li {
    margin-bottom: 10px;
    font-size: 16px;
}

/* Links */
a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

    a:hover {
        text-decoration: underline;
    }
