body {
    font-family: 'Montserrat', sans-serif;
    }

/* Main */
.MainBody {
    display: flex;
    flex-direction: row-reverse;
    background-color: #F5F7FA;
    width: 1200px;
    margin: 0 auto;
}

/* MainContent */
.MainContent {
    background-color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 40px;  
    width: 830px;  
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
    padding: 90px 90px;

}


/* About User */
.About {
    color: #000000;
    /* margin-top: 40px; */
    margin-bottom: 40px;
    /* margin-left: 90px; */
    /* margin-right: 30px;     */

}

.About_h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 10px;
}

.About_h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
}

.About_p,
.About_ul {
    margin-right: 40px;    
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #595959;
}

/* Projects */
.Projects {
    margin-bottom: 50px;
    /* margin-left: 90px; */
}

.Projects-title {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
 }

 .Projects-ol {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #000000; 
}

.Projects-ol, 
.About_ul {
    margin-left: 20px;
    padding: 0px;

}

.Projects-a {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #4d4646;
    margin-left: 10px;
    
}

.Projects-pr {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #3476d8;
    margin-left: 10px;
    text-decoration: none;
    font-weight: bold;
  
}

/* Work Experience */
.Work {
    margin-top: 0px;
    margin-bottom: 40px;
}

.Work-h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
}

.Work-span {
    color: #545657;
}

.Work-p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #A8A8A8;
    margin-bottom: 10px;
}

.Work-line {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}

.Work-ul {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    margin-left: 15px;
    padding: 0px;    
}

/* Education */
.Education {
    margin-top: 0px;
    margin-right: 0px;
}

.Education-br {
    margin-bottom: 10px;
}

/* SideBar */
.SideBar {
    background-color: #1E2939;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 0px;  
    
    padding-top: 40px;  
    width: 370px;
}

.SideBar_img {
    /* margin-top: 40px;   */
    width: 370px;
    margin-bottom: 50px;
}


.SideBar_block {
    margin-bottom: 50px;
    margin-left: 40px;
}

.SideBar_h3 {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
    
}

.SideBar_span {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    margin-right: 10px;
}

.SideBar_p {
    margin-bottom: -15px;
}

.SideBar_a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #4770ad;
    text-decoration: none;
}

.SideBar_ul {
    color: #FB6D3A;
    padding: 0;
    margin-left: 15px;
}

.SideBar_li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    padding-left: 5px;
}