.main{width:100vw;height:100vh;margin:0;background-color:#fff;display:flex;justify-content:center;align-items:center;align-content:center}.main .load{width:8vmax;height:8vmax;border-right:4px solid #1f1fa9;border-radius:100%;animation:spinRight .8s linear infinite}.main .load:after,.main .load:before{content:"";width:6vmax;height:6vmax;display:block;position:absolute;top:calc(50% - 3vmax);left:calc(50% - 3vmax);border-left:3px solid #1f1fa9;border-radius:100%;animation:spinLeft .8s linear infinite}.main .load:after{width:4vmax;height:4vmax;top:calc(50% - 2vmax);left:calc(50% - 2vmax);border:0;border-right:2px solid #1f1fa9;animation:none}@keyframes spinLeft{0%{transform:rotate(0deg)}to{transform:rotate(2turn)}}@keyframes spinRight{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}