html,
body {
    margin: 0;
    padding: 0;
    font-family: Aeroport, sans-serif;
}
header {
    width: 100%;
    background: #1E2837;
    color: white;
    font-family: AeroportBold, sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 3px;
}

.footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 3px;
    padding: 10px;
    background: #1E2837;
    color: white;
    font-family: AeroportBold, sans-serif;
    font-size: 16px;
    line-height: 16px;
}

.container {
    display: flex;
    flex-direction: column;
    width: 900px;
    height: 100%;
    margin: 0 auto;
}

.nav {
    padding: 15px 0;
}

.cv-photo,
.cv-profile {
   background: #1E2837;
 }

.cv-photo img {
    width: 250px;
    border-radius: 0 50px;
    border: 6px solid #71BDBD;
}

.cv-personal {
    display: flex;
    margin-bottom: 20px;
}

.cv-photo {
    width: 30%;
    margin-right: 15px;
    padding: 40px;
}



.cv-profile {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.profile-name {
    color: white;
}

.profile-profession {
    position: relative;
    top: -20px;
    padding: 0 10px;
    font-size: 28px;
    line-height: 32px;
    color: white;
    background: #1E2837;
}

.nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav-item {
    margin: 0 30px;
}

.nav-item a, .footer-git a, .footer-logo a {
    text-decoration: none;
    color: white;
    font-size: 18px;
    line-height: 24px;
}
.nav-item a:hover, .footer-git a:hover, .footer-logo a:hover {
    color: gray;
}

.profile-border {
    padding: 0 20px 20px 10px;
    border: 4px solid #71BDBD;
}

.content {
    display: flex;
}

.content__left {
    width: 310px;
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    padding: 32px 32px 32px 0;
    background: #71BDBD;
}

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

.section-title {
    color: white;
    background: #1E2837;
    padding: 0 30px;
    font-size: 32px;
    line-height: 42px;
}

.content-about .section-title {
    margin-top: 0;
}

.content-contacts img {
    width: 28px;
    margin: 5px 8px 5px 0;
    padding-left: 15px;
}
.contacts-item {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
}

.content-contacts a {
    text-decoration: none;
    color: black;
}
.content-contacts a:hover {
    color: gray;
}
.code-example {
    background: darkgray;
    padding: 10px;
    border-radius: 10px;
}

.skills {
    font-size: 18px;
    line-height: 24px;
}

.language,
.about,
.education {
    padding: 0 10px;
    font-size: 18px;
    line-height: 24px;
}

.footer-git img{
    width: 28px;
    margin-right: 10px;
}

.github {
    display: flex;
    align-items: center;
}

.footer-year {
    font-size: 18px;
    line-height: 24px;
}

.footer-logo img {
    height: 28px;
}