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

iframe {
	border: 2px solid #ccc;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: 500px;
}

h1 {
	text-align: center;
	font-size: 30px;
	color: #333;
}

h2 {
	text-align: center;
	font-size: 24px;
	color: #555;
	margin-top: 40px;
	margin-bottom: 10px;
}
