.box{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:1}.box ul{position:relative;width:100%;height:100%}.box ul li{position:absolute;width:35px;height:35px;list-style:none;opacity:0;background:radial-gradient(#00bfff,transparent,transparent);bottom:0;animation:animate 15s linear infinite}.box ul li:first-child{left:10vw}.box ul li:nth-child(2){left:37vw;animation-delay:2s}.box ul li:nth-child(3){left:25vw;animation-delay:4s}.box ul li:nth-child(4){left:60vw;animation-delay:6s}.box ul li:nth-child(5){left:70vw;animation-delay:4s}.box ul li:nth-child(6){left:80vw;animation-delay:3s}.box ul li:nth-child(7){left:95vw;animation-delay:8s}@keyframes animate{0%{transform:scale(0);opacity:1;bottom:0}to{transform:scale(7);opacity:0;bottom:100vh}}.particles canvas{z-index:-1;height:100%;width:100%;position:absolute}.tsparticles canvas{position:fixed;top:0;left:0;width:100vw;height:100%;z-index:1}#tsparticles{position:fixed!important;top:0;left:0;width:100vw;height:100vh;z-index:-1}.button-mantine{background:linear-gradient(180deg,#1e1e1e,rgba(50,50,50,.98))}.button-mantine:hover{background:linear-gradient(180deg,#0a0a0a,hsla(0,0%,8%,.98))}.image{filter:grayscale(100%) contrast(1.1) brightness(.9);opacity:.5;transition:all .3s ease-in}.image:hover{filter:grayscale(0) contrast(1) brightness(1);scale:1.05;opacity:1;cursor:pointer}