.whatsapp-button {display: block; position: fixed; z-index: 50; right: 30px; top: 60%; width: 50px; height: 50px; margin-top: 50px; font-weight: bold; font-size: 16px; color: rgba(var(--secondary-text-color),1); line-height: 34px; text-align: center; text-decoration: none; opacity: 0.85; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; transition: all 0.25s ease;}
.whatsapp-button:hover, .whatsapp-button:focus {opacity: 1;}