/* CSS code for styling the page */

body {
	font-family: Arial, sans-serif;
	background-color: #f2f2f2;
}

.container {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
}

.link {
	display: block;
	display: block;
	margin-top: 20px;
	text-decoration: none;
	font-size: 18px;
	color: #007BFF;
}

.link:hover {
	color: #0056b3;
}

h1 {
	font-size: 36px;
	margin-top: 30px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
}

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

ul {
	margin-left: 30px;
	font-size: 18px;
}
