* {
  font-family: "Poppins" , sans-serif;
}
html {
	background: #F8F8F8;
}
#page {
	width: 55%;
	margin: 0 auto;
}
h1 {
	text-align: center;
	color: #404040;
}
h2 {
	font-weight: 600;
	color: #404040;
	font-size: 20px;
}
p {
	color: darkslategrey;
	line-height: 30px;
}
#offres {
	text-align: center;
	border-radius: 25px;
	padding: 75px;
	background: white;
	box-shadow: 0 0 50px 0 rgb(72 61 139 / 20%);
}

#offres b {
	font-weight: 600;
}

#offres p {
	font-weight: 300;
}

@media only screen and (max-width: 1000px) {
	#page {
		width: 80%;
	}

	#offres {
		padding: 40px;
	}
}