*{margin:0;padding:0;box-sizing:border-box}body{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background-color:#f5f5f5;font-family:Arial,sans-serif}.loading-container{display:flex;justify-content:center;align-items:center;gap:10px}.dot{width:15px;height:15px;border-radius:50%;background-color:#333;animation:1.4s ease-in-out infinite bounce}#dot1{animation-delay:0s}#dot2{animation-delay:.2s}#dot3{animation-delay:.4s}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}.loading-text{text-align:center;margin-top:20px;font-size:18px;color:#555}.break-line{margin-bottom:15px}