/* убрать подчёркивание */
.list {
  list-style: none;
}
.link {
  text-decoration: none;
}
body {
  font-family: "genhaus", sans-serif;
}
.wrapper {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: 2px solid #000000;
  border-radius: 20px;
}

/* sidebar */
#block1 {
  float: left;
  display: flex;
  width: 370px;
  background: #f4e8c1;
  margin: 60px 0 60px 40px;
  z-index: 2;
  position: relative;
  left: 100%;
  transform: translate(-100%);
  height: 93%;
}

img {
  display: flex;
  margin-left: 23%;
  margin-top: 10%;
}

.contacts-container,
.tech-skills,
.soft-skills,
p,
h1,
h2 {
  margin: 48px 0 0 20px;
}
h1 {
  font-size: 34px;
}
h3 {
  font-size: 28px;
}

.about-me {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  font-style: normal;
  color: #161d2a;
}
/* contacts */

.contacts-type {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #161d2a;
}
.contacts-item {
  margin: 0 0 10px 0;
}

.contacts-number {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #2a1622;
  text-decoration: none;
}

.contacts-email {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #0101f8;
  text-decoration: none;
}
.skills-list {
  line-height: 1.5;
  padding: 0 0 0 20px;
  font-size: 20px;
}
/* icons */
table ul {
  padding: 0;
  margin: 10px 40px 0 0;
}
/* ******* */
#block2 {
  background: #b84c63;
  padding: 35px 100px 0 100px;
  border-radius: 0 20px 20px 0;
  color: #f9f9f9;
}

section {
  display: flex;
  position: relative;
}

a {
  text-decoration: none;
  font-size: 22px;
  color: #d0d0d1;
}
h4 {
  font-size: 21px;
  margin: 40px 0 8px 0;
  font-weight: 400;
}
.data {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.project-container {
  margin: 80px 0 100px 0;
}
.experience {
  margin: 0 0 30px 0;
}
.Education {
  margin: 80px 0 100px 0;
}
/*button */
.arrow-up {
  bottom: 30px;
  right: 30px;
}
.arrow-up a {
  width: 40px;
  height: 40px;
  background: #413b3d;
  text-align: center;
  display: block;
  line-height: 40px;
  border-radius: 50%;
  color: #f6f6f6;
  transition: 0.9s;
}
.arrow-up a:hover {
  background: #b84c63;
}
