.whatsapp-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  
  .whatsapp-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  
  .whatsapp-link a {
    color: #25D366;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
  
  .whatsapp-link a:hover {
    text-decoration: underline;
  }
  