.background {
	background-color: #000000;
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	border-radius: 0 0 20px 20px;
}

#background-canvas {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: auto;
	display: block;
	border-radius: 0 0 20px 20px;
}

#background-shapes {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: auto;
}

.background-shape {
	position: absolute;
	will-change: transform;
	opacity: 0.5;
	user-select: none;
	cursor: default !important;
}