body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.header{
	height: 80px;
	text-align: center;
	background-color: #004098;
	color: #f4d500;
}
.content{
    margin: 10px 0 10px 0;
    display: flex;
}
.content2{
	text-align: center;
    margin: 10px 0 10px 0;
    display: flex;
}
.image{
    width: 30%;
    height: 250px;
    background-color: #fff;
    text-align: center;
    margin: 30px;
}
.footer{
    height: 50px 50px 50px 50px;
    text-align: center;
    background-color: #fff;
}
