@charset "utf-8";

html {
    height: 100%;
}

body {}

a {
    text-decoration: none;
}

canvas {
    display: block;
    /* width: 100%; */
    /* height: 5%; */
    top: 0;
    left: -6%;
    position: fixed;
    pointer-events: none;
}

canvas.flare {
    opacity: 0.5;
}