 
/* Center the content in the middle of the screen */
body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    background-color: #f9f9f9;
}

.coming-soon-wrapper {
    text-align: center;
    width: 100%;
}

/* Style the text-only logo */
.logo {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    text-transform: uppercase;
}

/* Style the coming soon text */
.coming-soon-text {
    font-size: 1.25rem;
    color: #555;
    margin-bottom: 2rem;
}

/* Remove the default pico loader text if any, just show the spinner */
.loader {
    margin: 2rem auto 0;
    width: 60px;
    height: 60px;
}
