body {
    background-color: #000000;
    padding: 0;
    margin: 0;

    overflow: hidden;

    cursor: none;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: "pixel";
    src: url("fonts/yoster.ttf") format("woff2");
    src: url("fonts/yoster.ttf") format("woff");
}

.vignette {
    position: relative;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    image-rendering: smooth;
    pointer-events: none;
}
