.container {
	background-color:white;
	width:100%;
	min-height: 250px;
	color:black;
	
}


.container h1{
	font-size:x-large;
	text-align:center
}


