body {
	font-family: Arial, sans-serif;
	background-color: #f5f5f5;
	color: #333333;
	text-align: center;
	margin: 50px;
}

h1 {
	color: #0077b5;
	font-size: 2.5em;
}

p {
	font-size: 1.2em;
	line-height: 1.6em;
}

a {
	color: #0077b5;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

img {
	border-radius: 50px;
}
