.skills__container {
  row-gap: 2rem;
  text-align: center;
}
.skills__subtitle {
  margin-bottom: 1rem;
}
.skills-title {
  color: var(--first-color);
  font-size: 1.2rem;
  margin-bottom: 3rem;
}
.skills__names {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 1rem;
}
.skills__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.skills__name img {
  transition: 0.5s;
  width: 3rem;
  height: 3rem;
}
.skills__name img:hover {
  transform: scale(1.19);
}
.skills__name span {
  margin-top: 0.5rem;
  font-size: 0.85rem;
}
.vite {
  width: 2.8rem;
}
.tools {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  justify-items: center;
  margin: 0 auto;
}
