body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    background-color: #f4f4f4;
    color: #333;
}
h2, h3 {
    color: #0056b3;
}
h2 {
    border-bottom: 2px solid #0056b3;
    padding-bottom: 10px;
}
p {
    margin-bottom: 15px;
}
ul {
    margin-left: 20px;
    list-style-type: disc;
}
li {
    margin-bottom: 10px;
}
strong {
    color: #0056b3;
}
.container {
    max-width: 800px;
    margin: auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
