body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
color: #333;
max-width: 900px;
margin: 30px auto;
padding: 20px;
line-height: 1.6;
}
h1 {
color: #1e3a8a;
text-align: center;
border-bottom: 2px solid #1e3a8a;
padding-bottom: 10px;
}
h2 {
color: #2563eb;
margin-top: 25px;
}
p {
margin-bottom: 15px;
}
a {
color: #2563eb;
text-decoration: none;
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
ul,
ol {
background-color: white;
padding: 20px 40px;
border-radius: 8px;
}
strong {
color: #dc2626;
}
em {
color: #059669;
}
u {
color: #7c3aed;
}