.container-media {
  position: fixed;
  bottom: 24px;
  left: 25px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;

  a{
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 20px;
  }

  a:hover{
    transform: scale(1.1);
  }
}

.facebook {
  background-color: #1877f2;
}

.whatsapp {
  background-color: #25d366;
}

.google {
  background-color: #ea4335;
}

.youtube {
  background-color: #ff0000;
}