body {
font-family: 'Georgia', serif;
background-color: #f0f4f8;
color: #333333;
margin: 0;
padding: 0;
line-height: 1.7;
}

.container {
max-width: 700px;
margin: 40px auto;
background-color: white;
padding: 30px 40px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
border-radius: 8px;
}

h1 {
font-size: 2.5rem;
color: #2a4d69;
margin-bottom: 20px;
border-bottom: 3px solid #4b86b4;
padding-bottom: 8px;
}

h2 {
color: #4b86b4;
margin-top: 30px;
margin-bottom: 15px;
font-weight: 600;
}

p {
font-size: 18px;
margin-bottom: 20px;
}

ul {
list-style-type: square;
padding-left: 20px;
margin-bottom: 20px;
}

li {
margin-bottom: 12px;
font-size: 16px;
}

a {
color: #2a4d69;
text-decoration: underline;
}

a:hover {
color: #1b355d;
}

footer {
text-align: center;
font-size: 14px;
padding: 25px 0;
color: #666666;
}