body {
    background: #f5f7fa;
    font-family: "Montserrat", sans-serif;
    padding-top: 70px;
}

.nav-menu {
    position: relative;
    z-index: 999;
}

.ul-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: fixed;
    top: 1%;
    width: 100%;
}

.li-menu {
    float: right;
}

.li-menu a {
    display: block;
    text-align: center;
    font-size: 18px;
    width: 100px;
    text-decoration: none;
    color: aqua;
    background-color: blue;
    padding: 10px 15px;
    margin: 0px 1px 50px 0px;
    border: 1px solid purple;
    border-radius: 3px;
}

.li-menu a:hover {
    color: blue;
    background: aqua;
    border: 1px solid blue;
}

.wrapper {
    display: flex;
    flex-direction: row-reverse;
    width: 1200px;
    flex-shrink: 0;
    justify-content: center;
    margin: 0 auto;
    background: #fff;
    box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.1);
}

main {
    padding: 102px 88px 102px 88px;
}

.main-description {
    width: 400px;
}

.job-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}

h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
}

.name-description {
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
}

.projects {
    width: 485px;
    margin-bottom: 51px;
}

.experience {
    margin-bottom: 20px;
    margin-right: 217px;
}

.education {
    margin-top: 23px;
}

.header-primary {
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 12px;
}

.job-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.list-primary {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    padding-left: 0;
    list-style-position: inside;
}

.a-list-primary {
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: none;
}

.highlight {
    color: #fb6d3a;
}

.job-date {
    color: #a8a8a8;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}

.job-list {
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 0px;
    padding-left: 16px;
    list-style-position: outside;
}

.bar {
    color: black;
}

aside {
    width: 370px;
    background-color: #1e2939;
}

.photo-cv {
    margin-top: 100px;
}

.contact-block {
    margin-top: 51px;
    margin-left: 40px;
}
.header-secondary {
    color: white;
}

.contact-links {
    color: white;
    font-size: 14px;
    line-height: 24px;
}

.bold {
    font-weight: 700;
    margin-right: 10px;
}

.list-secondary {
    color: #fb6d3a;
    font-size: 14px;
    line-height: 24px;
    margin-left: 0px;
    padding-left: 0px;
    list-style-position: inside;
}

.list-secondary-item {
    color: white;
}

.tech-skills {
    margin-top: 47px;
    margin-left: 40px;
}

.soft-skills {
    margin-top: 47px;
    margin-left: 40px;
}

.tabela {
    width: 800px;
}
