/* puzzle.css  -----------------------------------------------------------------*/

body {
	overscroll-behavior: none;
	overflow-x: hidden;
}

/* hackersolutionslol */
canvas {
  top: 0;
	position: absolute;
  z-index: 0;
}

@media screen and (max-width:991px) {
	canvas { top: 52vw; }
}

@media screen and (min-width: 580px) and (max-width: 991px ) {
	canvas { top: 34vw; }
}
/* hackersolutionslol */

#notSupported {
	width: 50%;
	margin: auto;
	background-color: #f00;
	margin-top: 20px;
	padding: 10px;
}
