.page{background-color:#f3f4f6;min-height:100vh;min-width:100vw}.content,.page{align-items:center;display:flex;justify-content:center}.content{flex-direction:column;gap:20px}.loader{animation:loader .4s linear infinite;border-color:#000 #efefef #efefef #000;border-radius:50%;border-style:solid;border-width:4px;height:40px;width:40px}@keyframes loader{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
