@charset "UTF-8";

section#window {
	z-index: 1500;
	position: fixed;
	min-width: 100vw;
	max-width: 100vw;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	/* backdrop-filter: brightness(40%) contrast(120%) grayscale(60%) blur(1.2px); */
}
