<!— made by @madebytricksy and @denzelmadethis —>


@import "https://fonts.googleapis.com/css2?family=Raleway:wght@100&amp;display=swap";


* {
    user-select: none;
    font-family: "Raleway", sans-serif;
}

body {
    background-color: #111;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    box-shadow: 0 0 10vw 10vw #000 inset;
}

#container {
    z-index: -1;
    position: absolute;
}

footer {
    text-align: center;
    font-family: "Raleway";
    color: #aaa;
    position: absolute;
    bottom: 2vh;
    font-size: 12px;
    font-weight: bold;
    width: 100vw;
}