svg path,
svg rect {
    fill: #4CAF50;
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spinner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loading-text {
    margin-top: 8px;
    text-align: center;
    font-family: sans-serif;
    font-size: 1.1rem;
}