* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
	align-items: center;
    justify-content: center;
    overflow-y: hidden;
}



canvas {
    display: block;
    width: 100% !IMPORTANT;
    height: 100% !IMPORTANT;
}