@keyframes hoverUnderline{0%{background-size:0 .1em}to{background-size:100% .1em}}.loading-container{align-items:center;display:flex;justify-content:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #333;border-radius:50%;border-top-color:#12275e;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
