.loader{align-items:center;background-color:var(--color-primary);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.loader__spinner img{animation:spin 2s linear infinite;width:12rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
