* {
    font-family: sans-serif;
    font-weight: 800;
    z-index: 1;
    justify-content: center;
    align-items: center;
    /* overflow: hidden; */
}

body {
    background-color: #0b1738;
    background-image: url(holding_page_bg.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 10%;
    background-size: auto;
    color: #fff;
}


.page_title {
    position: relative;
    border: 2px solid #fff;
    border-radius: 4rem;
    text-align: center;
    justify-content: center;
    z-index: 99;
    padding: 0.5rem;
    top: 4vh;
    background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 900px) {
    body {
        background-color: #0b1738;
        background-size: 100%;
        background-position-y: -1vh;
    }

}

@media (max-width: 856px) {

    body {
        background-position-y: 2vh;
    }

    .page_title {
        font-size: small;
        max-width: 100vw;
    }
    
}

@media (max-width: 750px) {
    body {
        background-position-y: -10%;
    }

    .page_title {
        font-size: x-small;
    }
}

@media (max-width: 650px) {
    body {
        background-position-y: 12vh;
    }
}

@media (max-width: 575px) {
    body {
        background-position-y: 15vh;
    }

    .page_title {
        font-size: xx-small;
    }
}

@media (max-width: 520px) {
    body {
        background-position-y: 18vh;
    }

    .page_title {
        font-size: 40%;
        top: 13vh;
    }
}
