canvas {
    width: 100%;
    height: 100vh;
    display: block;
    cursor: -webkit-grab;
    cursor: grab;
}

body {
    height: 100vh;
}

a {
    position: fixed;
    top: 0;
    left: 0 ;
    padding: 5vmin;
}