main {
    background-color: rgba(0, 0, 0, 0.429);
    backdrop-filter: blur(30px);
    margin: 10% 10%;
    padding: 5%;
    border-radius: 35px;
    color: rgb(255, 255, 255);
    font-size: 1.25rem;
    img{
        width: 40vmin;
        margin: auto;
        display: block;
    }
    p{
        font-size: 3.5vmin !important;
    }
    h1{
        font-size: 5vmin !important;
    }
    a{
        margin: auto;
        display: block;
        max-width: max-content;
        padding: 0.5rem 3rem;
        background-color: #c4acff50;
        backdrop-filter: blur(30px);
        color: white;
        text-decoration: none;
        border-radius: 1rem;
    }
}

.source-sans-3-body {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.source-sans-3-header {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}

.background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #100f1f;
    overflow: hidden;
    z-index: -1;
}

.background span {
    width: 14vmin;
    height: 14vmin;
    border-radius: 14vmin;
    backface-visibility: hidden;
    position: absolute;
    animation: move;
    animation-duration: 40;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.background span:nth-child(0) {
    color: #acb2ff;
    top: 30%;
    left: 65%;
    animation-duration: 65s;
    animation-delay: -88s;
    transform-origin: -23vw 18vh;
    box-shadow: -28vmin 0 3.6268818162978285vmin currentColor;
}
.background span:nth-child(1) {
    color: #b2acff;
    top: 1%;
    left: 69%;
    animation-duration: 67s;
    animation-delay: -84s;
    transform-origin: 7vw -20vh;
    box-shadow: -28vmin 0 4.057233324018124vmin currentColor;
}
.background span:nth-child(2) {
    color: #3b3483;
    top: 75%;
    left: 81%;
    animation-duration: 80s;
    animation-delay: -17s;
    transform-origin: -13vw 6vh;
    box-shadow: 28vmin 0 3.8769234745927217vmin currentColor;
}
.background span:nth-child(3) {
    color: #343983;
    top: 26%;
    left: 1%;
    animation-duration: 61s;
    animation-delay: -44s;
    transform-origin: -6vw -14vh;
    box-shadow: -28vmin 0 3.55783429995794vmin currentColor;
}
.background span:nth-child(4) {
    color: #acb4ff;
    top: 64%;
    left: 22%;
    animation-duration: 58s;
    animation-delay: -86s;
    transform-origin: 5vw 20vh;
    box-shadow: -28vmin 0 4.200254398678795vmin currentColor;
}
.background span:nth-child(5) {
    color: #393483;
    top: 73%;
    left: 75%;
    animation-duration: 9s;
    animation-delay: -43s;
    transform-origin: -12vw 15vh;
    box-shadow: 28vmin 0 4.085462089062615vmin currentColor;
}
.background span:nth-child(6) {
    color: #5a6ce4;
    top: 84%;
    left: 51%;
    animation-duration: 13s;
    animation-delay: -30s;
    transform-origin: 2vw 20vh;
    box-shadow: 28vmin 0 3.911858551072603vmin currentColor;
}
.background span:nth-child(7) {
    color: #6c5ae4;
    top: 94%;
    left: 85%;
    animation-duration: 37s;
    animation-delay: -63s;
    transform-origin: -17vw 8vh;
    box-shadow: 28vmin 0 4.4701539846026135vmin currentColor;
}
.background span:nth-child(8) {
    color: #b4acff;
    top: 19%;
    left: 31%;
    animation-duration: 32s;
    animation-delay: -99s;
    transform-origin: -22vw -1vh;
    box-shadow: -28vmin 0 4.278639163055814vmin currentColor;
}
.background span:nth-child(9) {
    color: #3b3483;
    top: 24%;
    left: 46%;
    animation-duration: 54s;
    animation-delay: -71s;
    transform-origin: -2vw -2vh;
    box-shadow: -28vmin 0 4.294725442183439vmin currentColor;
}
.background span:nth-child(10) {
    color: #acbbff;
    top: 68%;
    left: 15%;
    animation-duration: 59s;
    animation-delay: -78s;
    transform-origin: -21vw 9vh;
    box-shadow: 28vmin 0 4.1981792921778744vmin currentColor;
}
.background span:nth-child(11) {
    color: #343583;
    top: 97%;
    left: 47%;
    animation-duration: 27s;
    animation-delay: -36s;
    transform-origin: 1vw -3vh;
    box-shadow: -28vmin 0 3.786951615719299vmin currentColor;
}
.background span:nth-child(12) {
    color: #353483;
    top: 61%;
    left: 16%;
    animation-duration: 51s;
    animation-delay: -38s;
    transform-origin: -2vw 14vh;
    box-shadow: 28vmin 0 3.7534407430743557vmin currentColor;
}
.background span:nth-child(13) {
    color: #343983;
    top: 100%;
    left: 70%;
    animation-duration: 82s;
    animation-delay: -60s;
    transform-origin: 2vw -14vh;
    box-shadow: 28vmin 0 4.373531795802674vmin currentColor;
}
