#site-loader{position:fixed;width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000;background-color:#000;color:#fff;& .svg-frame{width:70px;& .crow{stroke-dasharray:950;stroke-dashoffset:1900;animation:crow 2s ease-in-out infinite}}}@keyframes crow{to{stroke-dashoffset:0}}