body {
    font-family: "Arial", sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    background-color: #f8f9fa;
}

section {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

h1 {
    font-size: 28px;
    color: #0056b3;
    text-align: center;
    margin-bottom: 20px;
}

h2 {
    font-size: 24px;
    color: #003366;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
    margin-top: 30px;
}

h3 {
    font-size: 20px;
    color: #0056b3;
    margin-top: 25px;
}

p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 15px;
}

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
}