body {
 background-color: rgb(255, 255, 255);
 color: rgb(0, 0, 0);
 font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 font-size: 16px;
 font-weight: normal;
 line-height: 1.6em;
}

a {
 text-decoration: none;
 color: rgb(104, 92, 135);
}

a:hover {
 color: rgb(198, 116, 219);
}  

a:active {
 color: rgb(0, 255, 0);
} 

a:visited {
 color: rgb(255, 0, 255);
} 
h1 {
 font-size: 36px;
 margin-bottom: 10px;
 text-transform: uppercase;
}
h2 {
 font-size: 28px;
 margin-bottom: 10px;
 line-height: 150%;
 border-bottom: 1px solid #eaecef;
}
h3 {
 font-size: 22px;
 margin-bottom: 10px;
 line-height: 150%;
}
h4 {
 font-size: 18px;
 margin-bottom: 10px;
 line-height: 150%;
}
p {
 margin-bottom: 10px;
}
ul {
 margin-bottom: 10px;
 padding-left: 20px;
}
li {
 margin-bottom: 5px;
}
.wrapper {
 width: 80%;
 margin: auto;
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 justify-content: space-between;
}
.blockcv{
 display: inline-block;
}
.header__photo {
 width: 11em;
    position: absolute;
    top: 4%;
    right: 11%;
}
.menu {
 margin-bottom: 20px;
 display: flex; align-items: center;
}
.menu__item {
 margin-right: 15px;
 font-weight: bold;
 text-transform: uppercase;
}
.menu__list {
 list-style: none;
 display: flex;
     justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
 gap: 20px;
 padding: 0;
}
.footer__nav {
 display: flex;
 gap: 10px;
}