.floating-circles{z-index:0;background:#1e1e2c;width:100%;height:90%;position:absolute;top:0;left:0;overflow:hidden}@media (max-width:768px){.floating-circles{z-index:0;background:#1e1e2c;width:110%;height:110%;position:absolute;top:-0%;left:0;overflow:hidden}}.floating-circles:before{width:200px;height:200px;animation-duration:25s;top:10%;left:15%}.floating-circles:after{width:300px;height:300px;animation-duration:35s;top:50%;left:50%}.floating-circles div{filter:blur(100px);background:#0f03;border-radius:50%;animation:30s ease-in-out infinite float;position:absolute}.floating-circles div:first-child{width:250px;height:250px;animation-duration:20s;top:30%;left:30%}.floating-circles div:nth-child(2){width:350px;height:350px;animation-duration:28s;top:60%;left:70%}.floating-circles div:nth-child(3){width:150px;height:150px;animation-duration:18s;top:20%;left:80%}@keyframes float{0%{transform:translate(0)}50%{transform:translate(50px,-50px)}to{transform:translate(0)}}
