html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
}

canvas {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}