body {
	margin: 0;
	overflow: hidden;
}

canvas {
	width: 100vw;
	height: 100vh;
	/* image-rendering: pixelated; */
}
canvas.pixelated {
  image-rendering: pixelated;
}
canvas.smooth {
  image-rendering: auto;
}


html {
	background:#000;
}

p {
	position:absolute;
	bottom:1em;
	width:100%;
	color:rgba(255,255,255,.25);
	text-align:center;
	/*pointer-events:none;*/
	/* transition:opacity 1s ease-in-out; */
}


img {
	position:absolute;
	/*pointer-events:none;*/
	/* transition:opacity 1s ease-in-out; */
	top: 0;
	left: 0;
	right: 0;
	bottom: 50;
	/* margin: auto; */
	display: block;
	/* height: 20%;
	width: 25%; */
	width: 69%;
  aspect-ratio: 5 / 4; /* replace with your actual ratio */
  object-fit: contain;
  display: block;
  position: absolute;
  /* top: 0;
  left: 0;
  right: 0; */
	margin: auto;
  /* margin-left: auto;
  margin-right: auto; */

}

img.instagram {
	top: 80%;
	left: 180;
	right: 0;
	bottom: 0;
	display: block;
	width: 72;
	height: 72;

}

img.cart {
	top: 80%;
	left: -180;
	right: 0;
	bottom: 0;
	display: block;
	width: 72;
	height: 72;

}
