*{
	padding: 0px;
	margin: 0px;
	font-family: arial;
}

a{
	text-decoration: none;
}

header, footer{
	background-color: #2957A4;
	padding: 20px;
	color: white;
}

footer a{
	text-decoration: none;
	color: white;
}


main{
	min-height: 500px;
}

.container{
	display: flex;
	padding: 20px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-flow: wrap;
	text-align: center;
}

.imglogo{
	width: 20em;

}