.loader{z-index:10;background:#005f83;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.loader span{background-color:#0000;border:3px solid #fff;border-top-color:#04e5f5;border-radius:50%;width:56px;height:56px;animation:1s linear infinite spin;position:relative}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body{background-color:#030303}
