.section{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
img{
	width: 100%;
}
.content{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer {
	width: 100%;
    height: 60px;
    background-color: #333;
	display: block;
	justify-content: start;
    color: #fff;
    margin-top: 40px;
    text-align: center;
}