@keyframes load{0%{width:0}50%{width:75%}to{width:0}}main{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;font-size:1.5rem;display:flex;margin-bottom:2rem!important}main h1,main h2{text-align:center;margin:1rem 0}main .loader{background:var(--jq-primary-bg);border:1px solid var(--jq-primary-color);width:100%;max-width:600px;height:10px;box-shadow:0 0 5px var(--jq-primary-color)inset;border-radius:5px;margin-top:1.5rem;overflow:hidden}main .progress-bar{background:var(--jq-primary-color);width:0;height:100%;box-shadow:0 0 5px var(--jq-primary-color),0 0 10px var(--jq-primary-color);animation:4s linear infinite load}
