* {
  box-sizing: border-box;
}
body {
  font-size: 1.5vw;
  margin: 50px 0;
}
.container {
  width: 73%;
  margin: 0 auto;
}
h2 {
  text-align: center;
}
h3 {
  color: black;
  font-weight: bold;
}
a {
  text-decoration: none;
}
.summary {
  margin-bottom: 0;
}
.practical-experience {
  padding-bottom: 40px;
}
.practical-experience li {
  margin-bottom: 20px;
}

.work-experience h2 {
  text-align: center;
}
.work-experience ul li {
  list-style: none;
  margin-bottom: 15px;
}
.work-experience ul li a {
  text-decoration: none;
  color: #008bed;
}
.javascript-container i:nth-child(-n + 5) {
  color: #008bed;
}
.html-container,
.css-container,
.figma-container,
.pixo-container i {
  color: #008bed;
}
.skil-container {
  display: flex;
  align-items: center;
}
.tech-stack h3 {
  margin-right: 40px;
}
.border-bottom {
  padding-bottom: 40px;
  border-bottom: 2px solid grey;
}
.contact-containers {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-containers i {
  color: #008bed;
}
.contact-containers a {
  color: #008bed;
}
.all-contact-container h3 {
  margin: 10px 0;
}
.image-container {
  width: 345px;
}
.image-container img {
  width: 100%;
}
.main-content-container {
  display: flex;
  gap: 30px;
}
aside h1 {
  text-align: center;
}
@media (min-width: 1700px) {
  body {
    font-size: 1.2vw;
  }
}
@media (max-width: 900px) {
  body {
    font-size: 2vw;
  }
  .image-container {
    width: 250px;
  }
}

@media (max-width: 700px) {
  .main-content-container {
    display: block;
  }
  .all-contact-container {
    font-size: 3vw;
    text-align: center;
  }
  main {
    font-size: 3vw;
  }
  .image-container {
    width: 100%;
  }
  .contact-containers {
    justify-content: center;
  }
}
@media (max-width: 450px) {
  .all-contact-container {
    font-size: 4vw;
  }
  main {
    font-size: 4vw;
  }
}
