@charset "UTF-8";
/* CSS Document */

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

h1 {
	font-size: 36px;
	text-align: center;
	margin-top: 100px;
}

p {
	font-size: 24px;
	text-align: center;
	margin-top: 30px;
}