.loconoco-logo {
    top: 2rem;
    width: min(50vw, 800px);
}

.loconoco-spinner {
    width: min(25vw, 400px);
}

.holding-page-detail {
    display: flex;
    width: min(100vw, 1280px);
    justify-content: center;
    text-align: center;
    margin: 2rem auto;
    font-size: 24px;
}

.holding-page-text {
    display: flex;
    width: min(50vw, 1280px);
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.holding-page {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    justify-content: center;
}

@media (max-width:600px){
    .loconoco-logo {
        width: 80vw;
    }

    .loconoco-spinner {
        width: 60vw;
    }

    .holding-page-text {
        width: 80vw;
        text-align: center;
        margin: 0 auto;
    }
}

