body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.policy-container {
    width: 80%;
    margin: 20px auto;
    padding: 30px;
    padding-top: 100px; /* Increased padding to account for fixed navbar */
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

h1, h2, h3 {
    color: #0056b3;
    margin-bottom: 10px; /* Reduced margin-bottom */
}

p {
    margin-bottom: 10px;
}

ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

ol {
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 10px;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
