@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis2{0%{transform:translate(0,0)}to{transform:translate(10px,0)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}body{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;text-align:center;background-size:cover;background-repeat:no-repeat;background-position:center;background-image:url(https://source.unsplash.com/random/1920x1080/?scenery);background-color:#000;color:#fff}body:before{content:"";position:fixed;top:0;left:0;background-image:linear-gradient(#000,transparent);width:100%;height:100%;z-index:-1}.text,h1{line-height:1.33333}h1{margin-bottom:.5rem;font-size:3rem;font-weight:700}.text{font-size:1.5rem}.lds-ellipsis{display:inline-block;position:relative;width:40px;height:10px}.lds-ellipsis div{position:absolute;top:2px;width:3px;height:3px;border-radius:50%;background:#fff;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:nth-child(1){left:6px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2),.lds-ellipsis div:nth-child(3){left:6px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:17px}.lds-ellipsis div:nth-child(4){left:28px;animation:lds-ellipsis3 .6s infinite}@media (max-width:768px){html{font-size:12px}}