body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 20px;
    background-color: #f8f8f8;
}
.container {
    max-width: 800px;
    margin: 20px auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-size: 24px; 
}
h1, h2 {
    color: #333;
    margin-bottom: 15px;
}
p, ul {
    margin-bottom: 10px;
}
ul {
    list-style-type: disc;
    margin-left: 20px;
}
strong {
    font-weight: bold;
}
hr {
    margin: 40px 0;
    border: 0;
    border-top: 1px solid #eee;
}