#loader{z-index:10000;display:flex;position:fixed;background-color:#000;top:0;left:0;min-height:100%;width:100%;min-height:100vh!important;align-items:center!important;justify-content:center}#loader h1{-webkit-animation:blink 1s infinite ease-in;animation:blink 1s infinite ease-in}@-webkit-keyframes blink{50%{opacity:0}}@keyframes blink{50%{opacity:0}}