html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    background: #EFF4FF;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;           /* full height */
    text-align: center;
}

.container {
    max-width: 90%;
}

.logo {
    width: 210px;
    height: auto;
    margin-bottom: 20px;
    display: block;
    margin: auto;
    margin-bottom: 1em;
}

.title {
    font-size: 1.8rem;
    line-height: 1.3;
    color: #264a75;
    margin: 0 0 20px 0;
    font-weight: 600;
    display: none;
}

.pill {
    display: inline-block;
    background: #B7D0FF;
    padding: 10px 25px;
    border-radius: 40px;
    color: #4A73C4;
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 600;
}

.comingsoon {
    font-size: 48px;
    line-height: 60px;
    color: #14457B;
    font-weight: 600;
    margin-top: 0;
}

/* Mobile adjustments */
@media (max-width: 580px) {


    .pill {
        font-size: 16px;
    }

    .comingsoon {
        font-size: 24px;
        line-height: 36px;
    }
}
