@charset "utf-8";
/* CSS Document */

.whatsapp {
  position: fixed;
  width: 90px;
  height: 90px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 70px;
  z-index: 100;
}

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