@keyframes scale{0%{transform:scaleY(0)}to{transform:scale(1)}}@keyframes apear{0%{opacity:0}50%{opacity:0}to{opacity:1}}:root{--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255}body,html{margin:0;padding:0}:root{background-color:#222;color:#000;font-family:Roboto,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100vw;width:100dvw;height:100vh;height:100dvh}:root *{margin:auto}.loader{gap:5px;font-size:2rem;font-weight:700;color:#333;display:flex;flex-direction:row;justify-content:center;align-items:center}@keyframes moveText{0%,to{transform:translateY(10px)}50%{transform:translateY(-10px)}}.loader>div{animation:moveText 1s linear infinite;color:#eee}