/*css file*/
body{
	font-family:Arial;
	background-color:pink;
}
h1{
	font-family: Georgia, Arial;
	color:brown;
	font-size:62pt;
	text-align:center;
}
h2{
	font-family: Arial, Helvetics;
	color:black;
	font-size:24pt;
	text-align:center;
}
h3{
	font-family: Arial, Helvetics;
	color:#666666;
	font-size:12pt;
	text-align:center;
	list-style-type:none;
}
img{
	width:600px;
	height:500px;
	object-fit:cover;
}
