@charset "UTF-8";

div#ebashilovo {
	z-index: -1000;
	position: fixed;
	left: 0;
	top: 0;
	width: var(--cover-width);
	height: 100vh;
	filter: brightness(1);

	> canvas {
		width: 200px;
		height: 100vh;
		display: block;
	}
}
