/* background style */

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.background {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: #4e54c8;
    overflow: hidden;
    z-index: -1;
}

.background li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
}




.background li:nth-child(0) {
    left: 5%;
    width: 87px;
    height: 87px;
    bottom: -87px;
    animation-delay: 0;
}

.background li:nth-child(1) {
    left: 24%;
    width: 22px;
    height: 22px;
    bottom: -22px;
    animation-delay: 0.3s;
}

.background li:nth-child(2) {
    left: 73%;
    width: 17px;
    height: 17px;
    bottom: -17px;
    animation-delay: 0.4s;
}

.background li:nth-child(3) {
    left: 60%;
    width: 177px;
    height: 177px;
    bottom: -177px;
    animation-delay: 0.5s;
}

.background li:nth-child(4) {
    left: 39%;
    width: 165px;
    height: 165px;
    bottom: -165px;
    animation-delay: 18s;
}

.background li:nth-child(5) {
    left: 42%;
    width: 38px;
    height: 38px;
    bottom: -38px;
    animation-delay: 22s;
}

.background li:nth-child(6) {
    left: 53%;
    width: 147px;
    height: 147px;
    bottom: -147px;
    animation-delay: 24s;
}

.background li:nth-child(7) {
    left: 89%;
    width: 15px;
    height: 15px;
    bottom: -15px;
    animation-delay: 14s;
}

.background li:nth-child(8) {
    left: 76%;
    width: 84px;
    height: 84px;
    bottom: -84px;
    animation-delay: 11s;
}

.background li:nth-child(9) {
    left: 27%;
    width: 13px;
    height: 13px;
    bottom: -13px;
    animation-delay: 37s;
}

.background li:nth-child(10) {
    left: 53%;
    width: 161px;
    height: 161px;
    bottom: -161px;
    animation-delay: 23s;
}

.background li:nth-child(11) {
    left: 66%;
    width: 39px;
    height: 39px;
    bottom: -39px;
    animation-delay: 18s;
}

.background li:nth-child(12) {
    left: 43%;
    width: 64px;
    height: 64px;
    bottom: -64px;
    animation-delay: 30s;
}

.background li:nth-child(13) {
    left: 62%;
    width: 42px;
    height: 42px;
    bottom: -42px;
    animation-delay: 58s;
}

.background li:nth-child(14) {
    left: 51%;
    width: 122px;
    height: 122px;
    bottom: -122px;
    animation-delay: 25s;
}

.background li:nth-child(15) {
    left: 34%;
    width: 13px;
    height: 13px;
    bottom: -13px;
    animation-delay: 72s;
}

.background li:nth-child(16) {
    left: 56%;
    width: 97px;
    height: 97px;
    bottom: -97px;
    animation-delay: 13s;
}

.background li:nth-child(17) {
    left: 34%;
    width: 31px;
    height: 31px;
    bottom: -31px;
    animation-delay: 22s;
}

.background li:nth-child(18) {
    left: 59%;
    width: 15px;
    height: 15px;
    bottom: -15px;
    animation-delay: 32s;
}

.background li:nth-child(19) {
    left: 5%;
    width: 150px;
    height: 150px;
    bottom: -150px;
    animation-delay: 31s;
}

.background li:nth-child(20) {
    left: 14%;
    width: 163px;
    height: 163px;
    bottom: -163px;
    animation-delay: 12s;
}

.background li:nth-child(21) {
    left: 23%;
    width: 125px;
    height: 125px;
    bottom: -125px;
    animation-delay: 30s;
}

.background li:nth-child(22) {
    left: 0%;
    width: 162px;
    height: 162px;
    bottom: -162px;
    animation-delay: 82s;
}

.background li:nth-child(23) {
    left: 6%;
    width: 50px;
    height: 50px;
    bottom: -50px;
    animation-delay: 77s;
}

.background li:nth-child(24) {
    left: 11%;
    width: 64px;
    height: 64px;
    bottom: -64px;
    animation-delay: 59s;
}

.background li:nth-child(25) {
    left: 60%;
    width: 117px;
    height: 117px;
    bottom: -117px;
    animation-delay: 74s;
}

.background li:nth-child(26) {
    left: 9%;
    width: 65px;
    height: 65px;
    bottom: -65px;
    animation-delay: 75s;
}

.ordine {
    font-size: smaller;
}

img{
    width: 250px;
    height: auto;
}