.typed-text {
    border-right: .2em solid;
    white-space: nowrap;
    overflow: hidden;    
    animation: typing 4s steps(40, end), blink-caret .75s step-end infinite;
  }
  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: black }
  }  
/*---------------------------- Start Whatsapp ----------------------------*/
#whatsapp-button {
  position: fixed;
  bottom: 10px;
  left: 50px;
  width: 60px;
  height: 60px;
  animation: spin 2s infinite linear;
  z-index: 1000; /* Aumente esse valor para garantir que o botão fique acima do "footer" */
}
#whatsapp-button img {
  width: 100%;
  height: auto;
}