body{
    background-color: #0d1117;
    font-family: Mona Sans;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    position: relative;
}
h1{
    font-size: 70px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #e6edf3;
    margin: 0;
}
h2{
    color: #e6edf3;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 10px;
}
a{
    color: #8D96A0;
}


.indent_20{
    text-indent: 20px;
}
.indent_40{
    text-indent: 40px;
}
#bigmainContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    position: relative;
    /* margin: 60px 0px 160px 0px; */
}
#mainContainer{
    display: flex;
    flex-direction: column;
    margin-top: 4%;
    margin-bottom: 40px;
    width: 100%;
}
#subContainer{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    width: 100%;
}
#lastContainer{
    display: flex;
    flex-direction: column;
    margin-bottom: 10rem;
    width: 100%;
}
#footer{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    bottom: 0;
}
#section1{
    display: flex;
    justify-content: center;
}
#section2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#section3{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#section4{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#section5{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.textContainer{
    display: flex;
    width: 80%;  
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.linklist{
    display: flex;
    flex-direction: column;
}

.Xline_80{
    height: 1px;
    width: 80%;
    background-color: #8D96A0;
}
.Xline_100{
    height: 1px;
    width: 100%;
    background-color: #8D96A0;
    margin-top: 20px;
}
.Yline_20{
    height: 20%;
    width: 1px;
    background-color: #8D96A0;
}
.Yline_40{
    height: 40%;
    width: 1px;
    background-color: #8D96A0;
}
.Yline_60{
    height: 60%;
    width: 1px;
    background-color: #8D96A0;
}
.Yline_80{
    height: 80%;
    width: 1px;
    background-color: #8D96A0;
}
.Yline_100{
    height: 100%;
    width: 1px;
    background-color: #8D96A0;
}
.footerText{
    font-size: 12px;
}

.gray{
    color: #8D96A0;
}
.orenge{
    color: #D2832D;
}
.green{
    color: #3FB950;
}
.pink{
    color: #F778BA;
}
.purple{
    color: #6E40C9;
}
.bg_white{
    background-color: #fff;
}


@font-face {
    font-family: Mona Sans;
    src: url(../fonts/variable/MonaSansVF-Regular.ttf);
 }

 @media (max-width: 1199px) {
    #bigmainContainer{
        display: flex;
        flex-direction: column;

    }
    .sec1headText1 {
        font-size: 28px;
    }
 }

 @media (max-width:700px){
    h1{
        font-size: 50px;
    }
    #bigmainContainer{
        height: 100%;
    }
    
 }




