.background {
	position: fixed;
	height: 100svh;
	width: 100%;
	background-color: #666666;
	z-index: -1;
	pointer-events: none;
	top: 0;
}

.background-img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
}