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

header {
    text-align: center;
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
    padding: 30px 20px 10px;
}

header p {
    text-align: right;
    margin: 0;
}

h1 {
    margin: 0;
    color: #0056b3;
}

.header-contact {
    text-align: right;
}

.header-contact p {
    margin: 0;
}

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

h2 {
    color: #0056b3;
    border-bottom: 2px solid #0056b3;
    padding-bottom: 5px;
}

h3 {
    /* color: #007bff; */
    color: #2e8df3;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

p {
    text-indent: 20px;
    text-align: justify;
    margin-bottom: 0;
}

ul {
    list-style-type: disc;
    margin-left: 40px;
    margin-top: 0;
    padding-left: 0;
}

li {
    /* margin-bottom: 10px; */
    text-align: justify;
}

footer {
    text-align: center;
    padding: 20px 0;
    margin-top: 30px;
    border-top: 1px solid #ddd;
}

footer p {
    text-align: center;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .container {
        width: 95%;
    }
}
