section{
    background-color: #121112;
    font-family: 'Roboto', sans-serif;
    color: white;
}

#title-container {
    text-align: center;
}

#title{
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 65px;
    text-align: center;
    color: white;
    /* margin: 2% 0; */
    white-space: nowrap;

    /*making transform scale work by disabling mobirise shit*/
    -webkit-animation-name: none;
    animation-name: none;

    grid-area: title;
}

.title-section{
    text-align: center;
    font-weight: 500;
}

#cefrus-hub-script-download{
    max-width: 85%;
    margin: 4.5rem auto;

    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    /* gap: 3rem; */

    grid-template-areas:
    "image title"
    "image info";
    row-gap: 1rem;
    column-gap: 3rem;
/*     
    display: flex;
    justify-content: center; */

    /* flex-direction: column; */
    align-items: center;
}

/* #cefrus-hub-script-download > img{
    min-width: 350px;
    border-radius: 7px;
    transform: rotate(-5deg);
    grid-area: image;
    margin: 1rem 0 0 0;
} */

#cefrus-hub-script-download > picture{
    min-width: 350px;
    border-radius: 7px;
    transform: rotate(-5deg);
    /* z-index: 1000; */
    grid-area: image;
    margin: 1rem 0 0 0;
}

#cefrus-hub-download-main{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#cefrus-hub-download-main-info{
    margin: 0 0 1rem 0;
    grid-area: main;
}

#cefrus-hub-download-main-info > ul{
    margin: 0;
}

.cefrus-hub-btn > a{
    display: inline-flex;
    vertical-align: middle;
    align-items: center;

    cursor: pointer;
    background-color: #40B0BF;
    border-radius: 75px;
    padding: 13px 27px;

    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    white-space: nowrap; /* will make the button 1 line always*/
    /* width: auto; */
}

.cefrus-hub-btn > a:hover{
    transition: 0.3s;
    background-color: #2a747e;
}

#cefrus-hub-download-btn > a{
    /* display: inline-block; */
    display: inline-flex;
    vertical-align: middle;
    align-items: center;

    cursor: pointer;
    background-color: #40B0BF;
    border-radius: 75px;
    padding: 13px 27px;

    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    white-space: nowrap; /* will make the button 1 line always*/
    /* width: auto; */
}

#cefrus-hub-download-btn > a:hover{
    transition: 0.3s;
    background-color: #2a747e;
}

#cefrus-hub-supported-games{
    max-width: 95vw;
}

#cefrus-hub-supported-games-list{
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); */
    /* gap: 10px; */
    row-gap: 25px;
    column-gap: 50px;
    margin: 25px auto 0 auto;
    justify-content: center;
    justify-items: center;
    white-space: nowrap;
}

#cefrus-hub-keys{
    max-width: 95vw;
    margin: 3rem auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    font-family: 'Roboto', sans-serif;
}

#cefrus-hub-free-key{
    margin: 2rem 0;
}

#cefrus-hub-premium-key{
    margin: 1rem 0;
}

.cefrus-hub-key-infobox{
    margin: 10px 0 0 0;
}

.cefrus-hub-key-text{
    margin: 0 0 1rem 7px;
}

.cefrus-hub-key-infobox> ol,
.cefrus-hub-key-infobox> ul{
    margin: 0 0 1rem 0;
}

.cefrus-hub-rec-act-title{
    font-size: 1.5rem;
    margin: 0 0 0.5rem 7px;
}

.cefrus-hub-activate-paid-key{
    margin: 2rem 0 0 0;
}

.cefrus-hub-activate-paid-key > p{
    margin: 0 0 0.5rem 12px;
}

.cefrus-hub-recover-paid-key{
    margin: 2rem 0 0 0;
}

.cefrus-hub-recover-question{
    margin: 0 0 0.5rem 12px;
}

.cefrus-hub-recover-answer{
    margin: 0 0 0.5rem 15px;
}

.cefrus-hub-rec-act-btn > a{
    margin: 1rem 0 0 0;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;

    cursor: pointer;
    background-color: #40B0BF;
    border-radius: 15px;
    padding: 13px 27px;

    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}

#cefrus-hub-premium-key-note{
    margin: 1rem 0 0 0;
}

/* ----- MODAL ----- */
#cef-modal{
    background-color: rgba(0,0,0,0.5);
    width: 100vw;
    height: 100vh;
    
    position: fixed;
    z-index: 1021;
    top: 0;
    left: 0;

    display: none;
    justify-content: center;
    align-items: center;
}

#cef-modal.show{ /* chained id and class */
    display: flex;
}

#cef-modal-content{
    /* background-color: burlywood; */
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    max-width: 95vw;
    /* height: 50vh; */
    font-family: 'Roboto', sans-serif;
}

#cefrus-script-box{
    /* align-self: stretch; */
    margin: 0;
}

#cef-modal-content > button{
    background-color: #fff824;
    box-shadow: 0px 0px 3px #fbff00;
    border-radius: 8px;
    padding: 4px 12px;
    margin: 4px 0 0 0;
}
/* (min-width: 800px) and  */
@media only screen and (max-width: 950px) { 
    #cefrus-hub-script-download{
        grid-template-areas:
        "title"
        "image"
        "info";
        row-gap: 1rem;
        column-gap: 0;
        justify-items: center;
        margin: 2.5rem auto;
        max-width: 90%;
    }

    #cefrus-hub-script-download > img{
        max-width: 500px;
        min-width: 0px;
        margin: 0;
    }

    #cefrus-hub-download-main{
        margin: 2rem 0 0 0;
    }
}

@media only screen and (max-width: 400px) { 
    #title{
        font-size: 50px;
    }
}