﻿.group-btn:hover img {
  filter: hue-rotate(180deg) brightness(1000%) saturate(0%);
  transition: filter 0.5s;
}

.car{
  animation: wobble 5s infinite;
}

.cloud{
  animation: swing 5s infinite;
}

.header-sala{
  animation: shakeY 5s infinite;
}