body {
	font-family: Arial, sans-serif;
	margin: 40px;
	background: #f4f4f4;
}
h1, h2 {
	color: #333;
}
.section {
	margin-bottom: 30px;
	padding: 20px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
ul {
	list-style: none;
	padding-left: 0;
}
li {
	margin-bottom: 10px;
}
