.floating-whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 62px;
    height: 62px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-accent);
    color: #111111;
    box-shadow: var(--shadow-accent);
    z-index: 130;
    font-size: 1.5rem;
}