@import url(./libs/icons.css);

loader {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #1e1e1f;
	width: calc(100vw);
	height: calc(100vh);
	z-index: 11;
	transition: 1.2s;
}