/* Updated Styles */
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #e0f7fa, #b2ebf2);
    color: #333;
    line-height: 1.6;
}

header {
    text-align: center;
    padding: 20px;
    background-color: #00796b;
    color: #fff;
}

header h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

header p {
    font-size: 1.1em;
}

.policy-details h2 {
    font-size: 1.8em;
    color: #004d40;
    margin-bottom: 15px;
}

.policy-details p, ul {
    font-size: 1.1em;
    margin: 10px 0;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
}

ul li {
    margin-bottom: 10px;
}

a {
    color: #00796b;
    transition: color 0.3s;
}

a:hover {
    color: #004d40;
}

footer {
    background-color: #004d40;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    margin-top: 30px;
}

footer a {
    color: #e0f7fa;
}

footer a:hover {
    text-decoration: underline;
}
