* {
    font-family: "JetBrains Mono", monospace;

    color: #dfdfdf;
}

body {
    background: #1e1e1e;
    margin: 0;
}

.content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 5%;
    width: 100%;
    text-align: center;
    position: absolute;
}

#bg_canvas {
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    background-color: transparent;
}