.load__icon{animation:linear load 2s infinite}.load{height:calc(100vh - 16px);width:100%}@keyframes load{from{transform:rotate(0) scale(2)}to{transform:rotate(360deg) scale(2)}}