header .button {
  margin-left: 50px;
  width: 10em;
  box-shadow: 0 0 20px white;
  border: revert 5px solid white;
  background: none;
  color: white;
}
header .button:hover {
  margin-left: 25px;
  box-shadow: 0 0 30px white;
  text-shadow: 0 0 10px white;
}
header .button:active {
  background: none;
}
.wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  color: white;
  text-shadow: 0 0 3px white;
  padding: 250px 0;
  margin: auto;
  width: 90%;
  justify-content: space-around;
}

.container-about {
  width: 60%;
}
.container-skills {
  width: 30%;
}
.bottom {
  padding: 50px;
  display: flex;
  justify-content: center;
  width: auto;
}
.container-skills > div:nth-child(1) {
  padding-bottom: 100px;
}
.container-skills .skills-title {
  font-size: 30px;
  padding-bottom: 15px;
}
.container-skills .skills-list {
}
.container-skills .skills-list li {
  font-size: 20px;
  padding: 2px 0 2px 10px;
}
.container-about {
  display: flex;
  flex-wrap: wrap;
}

.container-about .work-experience {
}
.container-about .work-experience .work-experience-title {
  font-size: 50px;
}
.container-about .work-experience .work-experience-company {
  font-size: 30px;
  padding: 20px 0 0 40px;
}
.container-about .work-experience .work-experience-company span {
  color: #9c9d97;
  text-shadow: 0 0 3px #9c9d97;
}
.container-about .work-experience .work-experience-proffesion {
  font-size: 20px;
  padding: 0 0 0 40px;
}
.container-about .work-experience .work-experience-period {
  padding: 0 0 10px 80px;
}
.container-about .work-experience-duties-list {
  padding-left: 50px;
}
.container-about .work-experience-duties-list .work-experience-duties-item {
  padding: 5px 0;
}
.container-about .education {
  margin-top: 150px;
}
.container-about .education .education-title {
  font-size: 50px;
}
.container-about .education h4 {
  font-size: 30px;
  padding: 20px 0 0 40px;
}
.container-about .education h5 {
  font-size: 20px;
  padding: 0 0 0 40px;
}
.container-about .education .work-experience-period {
  padding: 0 0 10px 80px;
}
@media (max-width: 1070px) {
  .wrapper {
    padding: 100px 0;
    flex-wrap: wrap;
  }
  .container-skills {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  .container-skills > div {
    width: 40%;
  }
  .container-about {
    width: 100%;
  }
  .container-about .work-experience {
    width: 100%;
  }
  .container-about .work-experience .work-experience-title {
    text-align: center;
    font-size: 3em;
  }
  .container-about .education {
    width: 100%;
  }
  .container-about .education .education-title {
    text-align: center;
    font-size: 3em;
  }
}
@media (max-width: 670px) {
  header {
    height: 150px;
  }
  header h1 {
    top: 40px;
    bottom: auto;
  }
  header a {
    margin: 80px auto 0 auto;
  }
  header .button {
    margin: 0;
  }
}
