* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background-color: #dddddd; 
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: Montserrat;
}
.main {
    background-color: #ffffff;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 5px 9px 20px rgba(0, 0, 0, 0.15);
}
.aside {
    background-color: #1e2939;
    width: 370px;
    padding-top: 40px;
    padding-bottom: 40px;

}
.my_photo {
    width: 370px;
}
.about_me {
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 110px;
    padding-bottom: 110px;
}
.contacts {
    margin-top: 60px;
    margin-left: 40px;
    margin-right: 40px;
}
.contacts_title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
}
.cl {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #717780;
}
.c {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    margin-right: 10px;
}
.skills {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
    color: #ffffff;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 50px;
}
.super {
    font-size: 14px;
    margin-left: 55px;
    margin-right: 40px;
    font-weight: 400;
    line-height: 24px;
    color: #d85f11;
    
}
.text {
   color: #fff; 
}
.professional {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 23px;
}
.name {
    font-size: 45px;
    font-weight: 700;
    line-height: 89px;
}
.me {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 24px;
}
.info {
    margin-bottom: 65px;
}
.projects_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}
.projects_link {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #595959;
}
.programs {
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.tochka {
    color: #b1b1b1; 
    font-weight: 100;
}
.project_num {
    font-weight: 700;
    margin-left: 17px;
}
.about_me_title {
    margin-bottom: 15px;
}
.profashion_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.projects {
    margin-bottom: 45px;
}
.my_element {
    color: #ff7f29;
}
.class {
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}
.strong {
    color: black;
}
.work {
    margin-top: 14px;
}
.duties {
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.university {
    color: #ff6b08;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; 
    margin-bottom: 14px;  
}
.publishing {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 14px;
}