a {
    text-decoration: none;
    color: var(--main-text-color);
}


.main-section-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    margin: 0;
    background-color: #0e0e0e;
    background-color: white;
    position: relative;
}

#coming-soon-desktop {
    color: rgb(201, 201, 201);
    color: rgb(71, 71, 71);
    color: rgb(124, 124, 124);
    text-align: center;
    align-self: center;
    justify-self: center;
    font-size: 2rem;
    font-weight: 100;
    min-width: 300px;
    margin-bottom: 2rem;
}



#coming-soon-mobile {
    display: none;
}

.banner-img-container {
    width: 100%;
    height: 35vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    margin-top: 2vh;
    margin-bottom: 2vh;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow-y: hidden;
    /* background-image: linear-gradient(var(--main-color), white);
    -webkit-mask-image: linear-gradient(var(--main-color), 90%, transparent);
    mask-image: linear-gradient(var(--main-color), transparent); */
    /* background-image: radial-gradient(white, var(--main-color), transparent);
    -webkit-mask-image: radial-gradient(white, var(--main-color), transparent);
    mask-image: radial-gradient(white, var(--main-color), transparent);*/
}

.banner-img {
    /* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */
    /* background-size: 400% 400%;
    animation: gradient 15s ease infinite; */
    /* height: 100vh; */

    background: rgb(30, 30, 30);
    object-fit: cover;
    /* object-position: 100% 100% 100% 100%;  */
    /* object-position: center bottom;
    object-position: 0% 0%; */
    -webkit-mask-image: url("../images/makeit-title.png");
    mask-image: url("../images/makeit-title.png");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 35vh;
    width: 90%;
    overflow: hidden;
    max-width: 1920px;
    /* min-width: 300px;
    min-height: 500px;
    max-height: 700px; */
    padding: 0;
    margin: 0;
    margin-left: 2rem;
    margin-right: 2rem;
}


.message-container {
    display: flex;
    justify-content: center;
    align-items: center;

}
.message-container-mobile {
    display: none;
}

.message {
    overflow: hidden;
    font-size: 0.75vw;
    width: 80%;
    min-width: 300px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.word {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: #9e9e9e;
    font-size: 1rem;
}

.word-first {
    margin-right: 3px;
    align-self: flex-start;
}

.word-last {
    margin-left: 3px;
}
.square-brackets {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1.3rem;
}

.user-category {
    font-size: 1.3rem;
    color: rgb(59, 127, 169);
    color: rgb(99, 208, 173);
    color: rgb(4, 40, 59);
    color: rgb(59, 169, 134);
    color: rgb(0, 101, 155);
    color: #9e9e9e;
    color: rgb(71, 71, 71);

    text-decoration: underline;
    text-decoration: none;
    margin: 0;
    padding: 0;
    margin-left: 2px;
}

.user-category:hover {
    transition-duration: 400ms;
    color: rgb(43, 51, 51);
    color: rgb(165, 194, 194);
    color: rgb(0, 126, 126);
    color: aquamarine;
    color: rgb(26, 217, 153);
    color: rgb(27, 27, 27);
    color: rgb(96, 107, 107);
    color: rgb(201, 201, 201);
    text-decoration: underline;
    text-decoration: none;
    /* transition-delay: 1s; */
}


.user-categories-continer {
    display: flex;
    align-items: flex-end;
    padding: 0;
    margin: 0;
}

.commas {
    color: #9e9e9e;
    font-size: 1.3rem;
    /* color: rgb(99, 208, 173);
    text-decoration: underline; */
}

.register-button-landing-page-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    text-align: center;
    width: 250px;
    height: 50px;
    justify-self: center;
    align-self: center;
    box-shadow: 1px 2px 5px #d4d4d4;
    background-color: #ececec;
    background-color: #ececec;
    color: #474747;
    border-radius: 5px;
    /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
}
.register-button-landing-page-container:hover {
    box-shadow: 1px 2px 15px #d4d4d4;
    transition-duration: 400ms;    
    color: #000000;
}
.register-mobile{
    display: none;
}
.register-button-landing-page {
}

@media screen and (max-width: 480px) {
    .main-section-container {
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0;
        margin-right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
    }

    .banner-img-container {
        max-height: 10em;
        min-height: 10em;
        height: 310px;
        height: 10em;

        height: 400px;
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        height: 100%;
        width: 2em;
        height: 2em;
        align-items: flex-end;
        z-index: 2;
        /* min-height: 300px; */
    }
    
    .banner-img {
        -webkit-mask-image: url("../images/make-it-mobile-right-it.png");
        mask-image: url("../images/make-it-mobile-right-it.png");
        -webkit-mask-size: 100%;
        mask-size: 100%;
        -webkit-mask-position: top;
        mask-position: top;
        padding: 0;
        
        /* height: 300px; */
        /* 
        max-width: 420px;
        min-width: 220px;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-top: 0;
        margin-bottom: 0;
        z-index: 2; */
        
        /* width: 100%;
        height: 25em;
        width: 25em; */
        /* min-width: 10em;
        min-height: 10em; */
        position: absolute;
        top: 1em;

        /* width: 100%;
        height: 100%;
        width: 100%;
        min-width: 10em;
        min-height: 10em;
        position: absolute;
        top: 1em; */
    }
    
    
    
    .register-button-landing-page-container {
        position: absolute;
        /* bottom: 11em; */
        top: calc(39vw - 10px);
        top: 37vw;
        left: 1em;
        z-index: 3;
        /* background-color: white; */
        height: 15vw;
        width: 60%;
        /* border: 1px solid rgb(160, 160, 160); */
    }
    .message-container {
        display: none;
    }

    .message-categoies-outer-container-mobile{
        display: flex;
        flex-direction: column;
    }
    .message-container-mobile {
        display: block;
        /* position: relative; */
        min-height: 200px;
        height: 200px;
        width: 100%;
        margin: 0;
    }
    .message {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;

        position: absolute;
        top: 90em;
        width: 70%;

        margin-left: 1rem;
        z-index: 3;
    }
    .word {
        font-size: 0.9rem;
        display: flex;
        align-items: flex-end;
    }
    .word-first {
        margin-right: 3px;
        margin-left: 0rem;
    }
    .square-brackets {
    }
    .word-last {
    }
    .commas{
        margin-left: 3px;
    }



    

    .user-categories-continer {

    }
    .user-category {
        box-shadow: 1px 2px 15px #d4d4d4;
        box-shadow: 1px 2px 5px #d4d4d4;
        box-shadow: 1px 2px 5px #8b8b8b;
        background-color: #dddddd;
        background-color: white;
        background-color: #ececec;
        text-transform: capitalize;
        text-decoration: underline;
        text-decoration: none;
        
        font-size: 1.1rem;
        font-weight: bold;
        margin-right: 3px;
        padding-left: 3px;
        padding-right: 3px;
        border-radius: 3px;
        color: rgb(62, 77, 72);
    }
    .user-category-first {
    }
    .user-category:hover {
    }


    #coming-soon-mobile {
        display: block;
        align-self: center;
        justify-self: center;

        position: absolute;
        top: 30em;
        height: 50px;
        margin-top: .75em;

        font-weight: 100;
        font-size: 1.3rem;
    }

    #coming-soon-mobile {
    }
    
    #coming-soon-desktop {
        display: none;
    }

}