body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f5f5;
}

.container {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1,
h2 {
    color: #2c3e50;
    text-align: center;
}

h1 {
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

h2 {
    margin-top: 30px;
}

h3 {
    color: #2c3e50;
    margin-top: 25px;
}

p,
ul {
    margin-bottom: 15px;
    text-align: justify;
}

strong {
    color: #2c3e50;
}

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
}
