body {
font-family: Arial, sans-serif;
background-color: #f5f5f5;
padding: 20px;
}

h1 {
color: #2c3e50;
}

h2 {
color: #34495e;
}

p {
font-size: 16px;
}

ul {
background: white;
padding: 15px;
border-radius: 5px;
}