﻿html, body {
    overflow: hidden;
    color: #fefeff;
}

body {
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #080810;
}

#bg-canvas {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

