* {
    margin: 0;
    padding: 0;
}

canvas {
    display: block;
}

body {
    margin: 0;
    height: 100%;
    overflow: hidden
}