/* styles.css */

/* Overlay styles */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #28166F;
    font-weight: bold;
    z-index: 9999; /* Ensure it's on top of other elements */
}

.overlay-content {
    text-align: center;
    color: #fff;
}

/* Add more styling as needed */
