@import url("https://fonts.googleapis.com/css2?family=Hubballi&display=swap");
.button-whats {
  text-decoration: none;
  background-color: #45c655;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  font-size: 30pt;
  cursor: pointer;
  font-family: "Hubballi", cursive;
  height: 60px;
  display: block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.button-whats:hover {
  transition: 0.5s;
  box-shadow: 0 0 6px rgb(0, 0, 0);
}
.a-btn-whats {
  color: #fff;
}

.button-whats img {
  margin-bottom: -9px;
}

.icon-whats {
  width: 40px;
}
