* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

h1 {
  font-size: 48px;
  text-transform: uppercase;
}

h2 {
  font-size: 32px;
}

.bold {
  font-weight: bold;
}

.button {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 34px;
  border-radius: 8px;
  border: none;
  background: #14e7b0;
  transition: 0.3s;
}

.button-link button:hover {
  background-color: #10a77e;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  padding: 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.whatsapp-button:hover {
  background-color: #1ebe5b;
  color: #fff;
  text-decoration: none;
}

.whatsapp-button img {
  width: 30px;
}