.loading{z-index:100;background-color:#e5e5e5;width:100%;height:100%;position:fixed;top:0}.spinner{color:#907f5d;border:4px solid;border-top-color:#0000;border-radius:50%;width:32px;height:32px;animation:1s linear infinite rotate;position:absolute;top:50%;left:50%}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
