.spinner-container{display:flex;justify-content:center;align-items:center;width:100%;min-height:150px}.spinner{width:40px;height:40px;border:3px solid rgba(87,162,132,.2);border-top-color:var(--patina-500);border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
