/* General Styles */
body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f9;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 900px;
    margin: 30px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

/* Header Section */
.header h1 {
    text-align: center;
    color: #007acc;
    font-size: 3rem;
    margin-bottom: 5px;
}

.header p {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    color: #555;
}

/* Contact Info */
.contact-info {
    text-align: center;
    margin-top: 10px;
    color: #666;
    font-size: 1rem;
}

.contact-info p {
    margin: 5px 0;
}

/* Section Titles */
.section h2 {
    font-size: 1.8rem;
    color: #007acc;
    border-bottom: 2px solid #007acc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

/* Section Content */
.section p, .section ul {
    font-size: 1rem;
    color: #333;
    margin-bottom: 15px;
}

.section ul {
    list-style-type: disc;
    margin-left: 20px;
}

.section ul li {
    margin-bottom: 10px;
}

/* Declaration Section */
.declaration {
    text-align: center;
    font-size: 1rem;
    margin-top: 20px;
}

.declaration p {
    margin: 5px 0;
}

.signature {
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 10px;
    color: #007acc;
}
