h1 {
	color: white;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
h2 {
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
img{
	display: block;
	margin: auto;
//	justify-content: center;
//	padding: 10px;
	width: 50%;
}
