#particles-js {
    position: fixed;
    width: 100%;
    height: 100vh;
    margin: 0;
    overflow: none !important;
    z-index: -1;
}

canvas.particles-js-canvas-el {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: none;
}

ul {
    display: inline;
    text-align: center;
    transform: translate(-50%, -50%);
}

ul li {
    display: inline-block;
    list-style: none;
    color: #a1a1a1;
    font-family: poppins;
    font-size: 2rem;
    letter-spacing: 5px;
    animation: ani 2.4s linear infinite;
}

@keyframes ani {
    0% {
        color: #a1a1a1;
        text-shadow: none;
    }
    90% {
        color: #a1a1a1;
        text-shadow: none;
    }
    100% {
        color: #ff0404;
        text-shadow: 0 0 7px #fd0000, 0 0 50px #ffd000;
    }
}

ul li:nth-child(1) {
    animation-delay: 0.1s;
}

ul li:nth-child(2) {
    animation-delay: 0.2s;
}

ul li:nth-child(3) {
    animation-delay: 0.3s;
}

ul li:nth-child(4) {
    animation-delay: 0.4s;
}

ul li:nth-child(5) {
    animation-delay: 0.5s;
}

ul li:nth-child(6) {
    animation-delay: 0.6s;
}

ul li:nth-child(7) {
    animation-delay: 0.7s;
}

ul li:nth-child(8) {
    animation-delay: 0.8s;
}

ul li:nth-child(9) {
    animation-delay: 0.9s;
}

ul li:nth-child(10) {
    animation-delay: 1.0s;
}

ul li:nth-child(11) {
    animation-delay: 1.1s;
}

ul li:nth-child(12) {
    animation-delay: 1.2s;
}

ul li:nth-child(13) {
    animation-delay: 1.3s;
}

ul li:nth-child(14) {
    animation-delay: 1.4s;
}

ul li:nth-child(15) {
    animation-delay: 1.5s;
}

ul li:nth-child(16) {
    animation-delay: 1.6s;
}

ul li:nth-child(17) {
    animation-delay: 1.7s;
}

ul li:nth-child(18) {
    animation-delay: 1.8s;
}

ul li:nth-child(19) {
    animation-delay: 1.9s;
}

ul.mobile {
    display: inline;
    text-align: center;
    transform: translate(-50%, -50%);
}

ul.mobile li {
    display: inline-block;
    list-style: none;
    color: #ffffff;
    font-family: poppins;
    font-size: 2rem;
    letter-spacing: 5px;
    animation: ani 2.4s linear infinite;
}

ul.mobile li:nth-child(1) {
    animation-delay: 0.1s;
}

ul.mobile li:nth-child(2) {
    animation-delay: 0.2s;
}

ul.mobile li:nth-child(3) {
    animation-delay: 0.3s;
}

ul.mobile li:nth-child(4) {
    animation-delay: 0.4s;
}

ul.mobile li:nth-child(5) {
    animation-delay: 0.5s;
}

ul.mobile li:nth-child(6) {
    animation-delay: 0.6s;
}

ul.mobile li:nth-child(7) {
    animation-delay: 0.7s;
}

ul.mobile li:nth-child(8) {
    animation-delay: 0.8s;
}

ul.mobile li:nth-child(9) {
    animation-delay: 0.9s;
}

ul.mobile li:nth-child(10) {
    animation-delay: 1.0s;
}

ul.mobile li:nth-child(11) {
    animation-delay: 1.1s;
}

ul.mobile li:nth-child(12) {
    animation-delay: 1.2s;
}

ul.mobile li:nth-child(13) {
    animation-delay: 1.3s;
}

ul.mobile li:nth-child(14) {
    animation-delay: 1.4s;
}

ul.mobile li:nth-child(15) {
    animation-delay: 1.5s;
}

ul.mobile li:nth-child(16) {
    animation-delay: 1.6s;
}

ul.mobile li:nth-child(17) {
    animation-delay: 1.7s;
}

ul.mobile li:nth-child(18) {
    animation-delay: 1.8s;
}

ul.mobile li:nth-child(19) {
    animation-delay: 1.9s;
}

ul.mobile li:nth-child(20) {
    animation-delay: 2.0s;
}

ul.mobile li:nth-child(21) {
    animation-delay: 2.1s;
}

ul.mobile li:nth-child(22) {
    animation-delay: 2.2s;
}

ul.address {
    display: inline;
    text-align: center;
    transform: translate(-50%, -50%);
}

ul.address li {
    display: inline-block;
    list-style: none;
    color: #ffffff;
    font-family: poppins;
    font-size: 2rem;
    letter-spacing: 5px;
    animation: ani 2.4s linear infinite;
}

ul.address li:nth-child(1) {
    animation-delay: 0.1s;
}

ul.address li:nth-child(2) {
    animation-delay: 0.2s;
}

ul.address li:nth-child(3) {
    animation-delay: 0.3s;
}

ul.address li:nth-child(4) {
    animation-delay: 0.4s;
}

ul.address li:nth-child(5) {
    animation-delay: 0.5s;
}

ul.address li:nth-child(6) {
    animation-delay: 0.6s;
}

ul.address li:nth-child(7) {
    animation-delay: 0.7s;
}

ul.address li:nth-child(8) {
    animation-delay: 0.8s;
}

ul.address li:nth-child(9) {
    animation-delay: 0.9s;
}

ul.address li:nth-child(10) {
    animation-delay: 1.0s;
}

ul.address li:nth-child(11) {
    animation-delay: 1.1s;
}

ul.address li:nth-child(12) {
    animation-delay: 1.2s;
}

ul.address li:nth-child(13) {
    animation-delay: 1.3s;
}

ul.address li:nth-child(14) {
    animation-delay: 1.4s;
}

ul.address li:nth-child(15) {
    animation-delay: 1.5s;
}

ul.address li:nth-child(16) {
    animation-delay: 1.6s;
}

ul.address li:nth-child(17) {
    animation-delay: 1.7s;
}

ul.address li:nth-child(18) {
    animation-delay: 1.8s;
}

ul.address li:nth-child(19) {
    animation-delay: 1.9s;
}

ul.address li:nth-child(20) {
    animation-delay: 2.0s;
}

ul.address li:nth-child(21) {
    animation-delay: 2.1s;
}