*,*:after,*:before{margin:0;padding:0;box-sizing:border-box}#root{width:100vw;min-height:100vh}body{background-color:#e4e4e4}.header{background:#ffffff1a;border-radius:16px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(7.9px);-webkit-backdrop-filter:blur(7.9px)}.loader__container{width:100%;height:90vh;display:grid;place-content:center}.loader{width:4.8px;height:4.8px;display:block;margin:20px auto;position:relative;border-radius:4px;color:#303030;background:currentColor;box-sizing:border-box;animation:animloader .3s .3s linear infinite alternate}.loader:after,.loader:before{content:"";box-sizing:border-box;width:4.8px;height:4.8px;border-radius:4px;background:currentColor;position:absolute;left:50%;transform:translate(-50%);top:15px;animation:animloader .3s .45s linear infinite alternate}.loader:after{top:-15px;animation-delay:0s}@keyframes animloader{0%{width:4.8px}to{width:48px}}
