*,
*::after,
*::before {
	box-sizing: border-box;
}

body {
	margin: 0;
}

#energy {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: absolute;
}

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