#simplified-image{
	width: 400px;
	margin-bottom: 20px;
}
#header-image{
	width: 250px;
	padding-bottom: 20px;
	display: block;
	margin: auto;
}
@media(max-width: 1280px){
	#compre{
		font-size: 4rem;
	}
	#header-image{
		width: 150px;
	}
}
@media(max-width: 950px){
	#compre{
		font-size: 3rem;
	}
}
@media(max-width: 700px){
	#simplified-image{
		width: 350px;
	}
}
@media(max-width: 500px){
	#compre{
		font-size: 2rem;
	}
}
@media(max-width: 450px){
	#simplified-image{
		width: 150px;
	}
}
@media(max-width: 350px){
	#simplified-image{
		width: 150px;
	}
}

.header-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media(max-width: 968px){
	.banner > article h2{
		font-size: 4rem;
	}
}
@media(max-width: 500px){
	.banner > article h2{
		font-size: 3rem;
	}
}