html, body {
  margin: 0;
  padding: 0;
}
main{
	position: fixed;
	top: 0;
	left: 0;
}
canvas {
  display: block;
	width: 100vw !important;
	height: 100vh !important;
	position: fixed;
	top: 0;
	left: 0;
}
img{
	width: 100vw;
	height: auto;
	position: fixed;
	pointer-events: none;
	z-index: 1;
}
#header{
	top: 0;
	left:0;
}
#musica{
	bottom: 0;
	left: 0;
}
#medio{
	top: 49.5vh;
	left: 0;
}