/* Set default styles for all elements */
body {
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

/* Style the header section */
#header {
	font-family: Arial, sans-serif;
	font-size: 16px;
	background-color: #fff;
	color: #333;
	padding: 20px;
	text-align: center;
}

#header img {
	max-height: 100px;
	max-width: 80%;
	margin-right: 10px;
	margin-left: 10px;
}

#header h1 {
	margin: 0;
}

/* Style the banner section */
#banner {
	
	text-align: center;
}

#banner img {
	max-width: 30%;
	max-height: 500px;
}

/* Style the content section */

#content {
	text-align: justify;
	margin: 0 auto;
	width: 50%;
       
}