.whatsapp svg {height: auto;}
.whatsapp {padding:10px 20px; border-radius:50px; position: absolute;bottom: 1rem;right: 1em; display: flex; align-items: center; gap:12px; position: fixed; z-index: 100000;}
a.whatsapp {text-decoration: none; transition:all 150ms ease-in-out}
a.whatsapp:hover {transform:scale(1.06)}
.whatsapp-text {color: white; font-weight: bold;}