body {
	background-color:grey;
}
.conteiner{
	display:flex;
	justify-content:space-around;
	background:yellow;
}

.products {
	display: flex;
	flex-wrap: wrap;
}
.h1{
	color: red;
	text-align: center;
}