.skills {
  background: #0d0916;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.skills .logo {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding:10% 0;
}
.logo img {
  width: 10%;
  transition: transform 0.5s ease-in-out;
  &:hover {
    transform: scale(1.25);
  }
}
