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

canvas {
    display: block;
}

.home-link {
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 1;
    color: white;
}
