#void3d-bg {
    --void3d-line-color: #7700ff;
    --void3d-line-width: 0.5;
    --void3d-speed: 0.5;
    --void3d-bg-color: black;
    --void3d-zoom: 0.75;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.content {
    z-index: 0;
    margin: 0px auto;
    text-align: center;
    color: white;
    width: 900px;
}

.content a {
    text-decoration: none;
    color: rgb(255, 96, 234);
    font-size: 16px;
    margin: 0px auto;
}

.content a:hover {
    text-decoration: underline;
    cursor: pointer;
    color: rgb(255, 168, 243);
}