.whatsapp-link {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items:center;
    /* justify-content:  flex-start;   */
    justify-content: center;  
    position: fixed;
    /* width: 125px; */
    width: 80px;
    height: 65px;
    bottom: 30px;
    right:10px;
    /* background-color: #25d366; */
    /* background-color: var(--blue-lighter); */
    /* background-color: #45c153; */
    /* color: #fff; */
    /* border-radius: 10%; */
    text-align: center;
    /* box-shadow: 1px 1px 2px #888; */
    z-index: 9999;
    cursor: pointer;
    padding:5px 10px;
}