canvas {
	width: 100%;
	height: 96%;
	background: black;
}

body, html {
 height: 100%;
 margin: 0;
}

div {
    text-align: center;
    color: white;
    background: black;
    border: solid black;
    font-family: 'Poppins', sans-serif;
}