*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    height: 100dvh;
    width: 100dvw;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)), url(media/10.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    user-select: none;
}


div{
    min-height: 100%;
    width: 100%;
    margin: auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.snowBall{
    position: relative;
    top: -5dvh;
    border: 0;
    outline: 0;
    aspect-ratio: 1 / 1;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #f5f5f5;
    box-shadow: 0 0 20px #fcf7f7ec;
    animation: snowFall 15s linear infinite;
}

@keyframes snowFall {
    0%{transform: translateY(2dvh);opacity: 1;}
    20%{transform: translateY(10dvh);opacity: 0.9;}
    40%{transform: translateY(25dvh);opacity: 0.8;}
    60%{transform: translateY(50dvh);opacity: 0.7;}
    85%{transform: translateY(80dvh);opacity: 0.6;}
    100%{transform: translateY(95dvh); opacity: 0;}
}
#donate{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 200px;
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}

#btn{
   border: 0;
   outline: 0;
   padding: 10px 15px;
   border-radius: 30px;
   background: #2b327e8c;
   transition: ease 1s;
   cursor: pointer;
   animation: rotate 10s infinite;
}

@keyframes rotate{
    0%{transform: rotateY(0deg);}
    25%{transform: rotateY(90deg);}
    50%{transform: rotateY(180deg);}
    75%{transform: rotateY(270deg);}
    100%{transform: rotateY(360deg);}
    
    
}
#btn a{
    text-decoration: none;
    color: whitesmoke;
    font-size: 15px;
    letter-spacing: 2px;
}

.snowBall:nth-child(1){
    animation-delay: 3s;
    height: 12px;
    width: 12px;
}

.snowBall:nth-child(2){
    animation-delay: 12s;
    height: 11px;
    width: 11px;
}

.snowBall:nth-child(3){
    animation-delay: 1.2s;
    height: 15px;
    width: 15px;

}

.snowBall:nth-child(4){
    animation-delay: 25s;
    height: 28px;
    width: 28px;
}

.snowBall:nth-child(5){
    animation-delay: 1.4s;
    height: 15px;
    width: 15px;
}

.snowBall:nth-child(6){
    animation-delay: 6s;
    height: 11px;
    width: 11px;
}

.snowBall:nth-child(7){
    animation-delay: 1s;
    height: 9px;
    width: 9px;
}

.snowBall:nth-child(8){
    animation-delay: 17s;
    height: 6px;
    width: 6px;
}

.snowBall:nth-child(9){
    animation-delay: 5s;
    height: 13px;
    width: 13px;
}

.snowBall:nth-child(10){
    animation-delay: 1s;
    height: 20px;
    width: 20px;
}

.snowBall:nth-child(11){
    animation-delay: 12s;
    height: 20px;
    width: 20px;
}

.snowBall:nth-child(12){
    animation-delay: 1s;
    height: 20px;
    width: 20px;
}

.snowBall:nth-child(13){
    animation-delay: 1.6s;
    height: 20px;
    width: 20px;
}

.snowBall:nth-child(14){
    animation-delay: 5s;
    height: 20px;
    width: 20px;
}

.snowBall:nth-child(15){
    animation-delay: 1.9s;
    height: 20px;
    width: 20px;
}

.snowBall:nth-child(16){
    animation-delay: 11s;
    height: 20px;
    width: 20px;
}

.snowBall:nth-child(17){
    animation-delay: 28s;
    height: 20px;
    width: 20px;
}

.snowBall:nth-child(18){
    animation-delay: 20s;
    height: 20px;
    width: 20px;
}

.snowBall:nth-child(19){
    animation-delay: 4s;
    height: 20px;
    width: 20px;
}

.snowBall:nth-child(20){
    animation-delay: 1.2s;
    height: 20px;
    width: 20px;
}

.snowBall:nth-child(10){
    animation-delay: 0.9s;
    height: 20px;
    width: 20px;
}

.snowBall:nth-child(21){
    animation-delay: 5s;
    height: 20px;
    width: 20px;
}

.snowBall:nth-child(22){
    animation-delay: 3s;
    height: 20px;
    width: 20px;
}

.snowBall:nth-child(23){
    animation-delay: 1s;
    height: 20px;
    width: 20px;
}

.snowBall:nth-child(24){
    animation-delay: 12s;
    height: 20px;
    width: 20px;
}

.snowBall:nth-child(25){
    animation-delay: 20s;
    height: 10px;
    width: 10px;
}
.snowBall:nth-child(26){
    animation-delay: 20s;
    height: 16px;
    width: 16px;
}
.snowBall:nth-child(27){
    animation-delay: 12s;
    height: 20px;
    width: 20px;
}
.snowBall:nth-child(28){
    animation-delay: 12s;
    height: 15px;
    width: 15px;
}
.snowBall:nth-child(29){
    animation-delay: 9s;
    height: 25px;
    width: 25px;
}
.snowBall:nth-child(30){
    animation-delay: 6s;
    height: 9px;
    width: 9px;
}
.snowBall:nth-child(31){
    animation-delay: 1s;
    height: 17px;
    width: 17px;
}
.snowBall:nth-child(32){
    animation-delay: 20s;
    height: 19px;
    width: 19px;
}
.snowBall:nth-child(33){
    animation-delay: 15s;
    height: 20px;
    width: 20px;
}
.snowBall:nth-child(34){
    animation-delay: 10s;
    height: 10px;
    width: 10px;
}
.snowBall:nth-child(35){
    animation-delay: 18s;
    height: 15px;
    width: 15px;
}
.snowBall:nth-child(36){
    animation-delay: 4s;
    height: 12px;
    width: 12px;
}
.snowBall:nth-child(37){
    animation-delay: 18s;
    height: 8px;
    width: 8px;
}
.snowBall:nth-child(38){
    animation-delay: 15s;
    height: 16px;
    width: 16px;
}
.snowBall:nth-child(39){
    animation-delay: 10s;
    height: 20px;
    width: 20px;
}
.snowBall:nth-child(40){
    animation-delay: 20s;
    height: 10px;
    width: 10px;
}
.snowBall:nth-child(41){
    animation-delay: 1s;
    height: 15px;
    width: 15px;
}
.snowBall:nth-child(42){
    animation-delay: 12s;
    height: 18px;
    width: 18px;
}
.snowBall:nth-child(43){
    animation-delay: 10s;
    height: 20px;
    width: 20px;
}
.snowBall:nth-child(44){
    animation-delay: 22s;
    height: 12px;
    width: 12px;
}
.snowBall:nth-child(45){
    animation-delay: 12s;
    height: 20px;
    width: 20px;
}
.snowBall:nth-child(46){
    animation-delay: 10s;
    height: 12px;
    width: 12px;
}
.snowBall:nth-child(47){
    animation-delay: 18s;
    height: 22px;
    width: 22px;
}
.snowBall:nth-child(48){
    animation-delay: 10s;
    height: 15px;
    width: 15px;
}
.snowBall:nth-child(49){
    animation-delay: 15s;
    height: 20px;
    width: 20px;
}
.snowBall:nth-child(50){
    animation-delay: 19s;
    height: 5px;
    width: 5px;
}
.snowBall:nth-child(51){
    animation-delay: 15s;
    height: 25px;
    width: 25px;
}
.snowBall:nth-child(52){
    animation-delay: 10s;
    height: 2px;
    width: 2px;
}
.snowBall:nth-child(53){
    animation-delay: 19s;
    height: 15px;
    width: 15px;
}
.snowBall:nth-child(54){
    animation-delay: 1s;
    height: 6px;
    width: 6px;
}
.snowBall:nth-child(55){
    animation-delay: 25s;
    height: 30px;
    width: 30px;
}
.snowBall:nth-child(56){
    animation-delay: 18s;
    height: 8px;
    width: 8px;
}
.snowBall:nth-child(57){
    animation-delay: 18s;
    height: 17px;
    width: 17px;
}
.snowBall:nth-child(58){
    animation-delay: 4s;
    height: 11px;
    width: 11px;
}
.snowBall:nth-child(59){
    animation-delay: 0s;
    height: 14px;
    width: 14px;
}
.snowBall:nth-child(60){
    animation-delay: 1s;
    height: 10px;
    width: 10px;
}
.snowBall:nth-child(61){
    animation-delay: 12s;
    height: 16px;
    width: 16px;
}
.snowBall:nth-child(62){
    animation-delay: 22s;
    height: 28px;
    width: 28px;
}
.snowBall:nth-child(63){
    animation-delay: 1s;
    height: 6px;
    width: 6px;
}
.snowBall:nth-child(64){
    animation-delay: 1s;
    height: 3px;
    width: 3px;
}
.snowBall:nth-child(65){
    animation-delay: 22s;
    height: 14px;
    width: 14px;
}
.snowBall:nth-child(66){
    animation-delay: 1s;
    height: 12px;
    width: 12px;
}
.snowBall:nth-child(67){
    animation-delay: 5s;
    height: 12px;
    width: 12px;
}
.snowBall:nth-child(68){
    animation-delay: 2s;
    height: 20px;
    width: 20px;
}
.snowBall:nth-child(69){
    animation-delay: 26s;
    height: 8px;
    width: 8px;
}
.snowBall:nth-child(70){
    animation-delay: 30s;
    height: 2px;
    width: 2px;
}
.snowBall:nth-child(71){
    animation-delay: 12s;
    height: 15px;
    width: 15px;
}
.snowBall:nth-child(72){
    animation-delay: 15s;
    height: 15px;
    width: 15px;
}
.snowBall:nth-child(73){
    animation-delay: 20s;
    height: 26px;
    width: 26px;
}

#soundCtrl{
    z-index: 999;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

#soundCtrl img{
    height: 30px;
    width: 30px;
    cursor: pointer;
    background: #2b327e8b;
    border-radius: 50%;
    padding: 4px;
}

#on{
    display: none;
}








