.whatsapp {
    position:fixed;
    padding-top: 3px;
    width:60px;
    height:60px;
    bottom:70px;
    left:35px;
    background-color:var(--primary);
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    z-index:100;
  }
  
  .whatsapp-icon {
    margin-top:13px;
  }