body {
    padding: 0;
    margin: 0;
    font-family: "Mulish", sans-serif;
}

#cb-cf-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    padding: 0 10% 0 5%;
    max-width: 1250px;
}

#cb-cf-logo-container { display: inline-block; }

#cb-cf-logo { margin-bottom: 10px; }

#cb-cf-loading-title {
    font-family: "Tenor Sans", sans-serif;
    font-size: 1.5em;
    display: block;
    margin-bottom: 5px;
}

#cb-cf-catchpa-container { margin: 15px 0 25px 0; }

#cb-cf-instruction-text {
    white-space: pre-wrap;
    max-width: 750px;
}

#cb-cf-background {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

#cb-cf-background-image {
    width: 120%;
    height: 120%;
    position: absolute;
    right: -25%;
    object-fit: cover;
}

#cb-cf-background::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}