.facebook {
  width: 50px;
  height: 50px;
  background-color: blue;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 27px;
}
.facebook:hover {
  background-color: white;
  color: blue;
}

.reviews {
  width: 110px;
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
  position: fixed;
  bottom: 60%;
  right: 0;
}

.reviews2 {
  width: 9%;
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
  position: fixed;
  bottom: 7%;
  right: 0;
}

.twitter {
  width: 50px;
  height: 50px;
  background-color: rgb(0, 183, 255);
  color: #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 27px;
}
.twitter:hover {
  background-color: white;
  color: rgb(0, 140, 255);
}
.whatsapp {
  width: 50px;
  height: 50px;
  background-color: green;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 27px;
}

.whatsapp:hover {
  background-color: white;
  color: green;
}

.instagram {
  width: 50px;
  height: 50px;
  background-color: #C02027;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 27px;
}
.instagram:hover {
  background-color: white;
  color: #C02027;
}

.container-media {
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
  position: fixed;
  bottom: 95px;
  left: 14px;
}

.whatsapp-icon {
  margin-top: 12px;
}
