.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 10px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 32px;
  z-index: 100;
}

.whatsapp:hover {
  color: white;
}

.whatsapp-icon {
  margin-top: 14px;
}
