.spinner-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ffffffb3;display:flex;justify-content:center;align-items:center;z-index:9999}.bubble-spinner{display:flex;justify-content:space-between;align-items:center;width:80px}.bubble{width:20px;height:20px;background-color:#3498db;border-radius:50%;animation:bounce .6s infinite alternate}.bubble:nth-child(2){animation-delay:.2s}.bubble:nth-child(3){animation-delay:.4s}@keyframes bounce{to{transform:translateY(-20px)}}
