body {
    font-family: "Montserrat", sans-serif;
    background: #f5f7fa;
}
.wrapper {
    display: flex;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}
aside {
    width: 370px;
    background: #1e2939;
}
.photo {
    margin-top: 25px;
}
.header-secondary {
    color: #ffffff;
}
.contact-links {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}
.bold {
    font-weight: 700;
}
.list-secondary {
    color: #fb6d3a;
    font-size: 14px;
    line-height: 24px;
    margin-left: 0px;
    padding-left: 0px;
    list-style-position: inside;
}
.list-secondary-item {
    color: #ffffff;
}
.contact-block {
    margin-top: 51px;
    margin-left: 40px;
}
.tech-skills-block {
    margin-top: 47px;
    margin-left: 40px;
}
.soft-skills-block {
    margin-top: 44px;
    margin-left: 40px;
}
main {
    padding: 102px 88px 102px 88px;
}
.main-description {
    width: 525px;
    margin-bottom: 40px;
    text-align: justify;
}
.job-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}
h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
}
.description {
    color: #595959;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.projects {
    width: 600px;
    margin-bottom: 51px;
}
.list-primary {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    padding-left: 0px;
    list-style-position: inside;
}
.list-primary-item {
    color: #595959;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
}
.header-primary {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 12px;
}
.job-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 11px;
}
.highlight {
    color: #fb6d3a;
}
.job-date {
    color: #a8a8a8;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
.job-list {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #595959;
    padding-left: 0px;
    list-style-position: inside;
    margin-bottom: 16px;
}
.job-company {
    width: 520px;
}
.Education {
    margin-top: 43px;
    width: 342px;
}
.university-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 11px;
}

h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 14px;
}
.study-period {
    color: #a8a8a8;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
