/* ---- reset ---- */
body {
    margin: 0;
    font: normal 75% Arial, Helvetica, sans-serif;
}

canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1b253b;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 300px;
    height: 50px;
    margin-top: -25px;
    margin-left: -150px;
}
h1 {
    margin: 0;
    color: #ffffff;
    font-size: 3rem;
    font-family: "Sixtyfour", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "BLED" 0,
        "SCAN" 0;
}
