.background-container {
	position: relative;
	height: 100vh;
	background-image: url('../../img/imb.avif');
	background-size: cover;
	background-position: center;
	opacity: 0.7;
}