/* ============================================================
   КОНТЕЙНЕР С КАНВАСОМ
   ============================================================ */
.manifest {
	position: relative;
	width: 100%;
	max-width: 600px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;	
}

canvas {
	width: 100%;
	height: 100%;
	display: block;
}