 body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
    }

    /* Styles for WhatsApp Button */
    .whatsapp-btn {
      position: fixed;
      bottom: 60px;
      right: 20px;
      width: 60px;
      height: 60px;
      /*background-color: red ;*/
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
      cursor: pointer;
    }

    .whatsapp-btn img {
      width: 50px;
      height: 50px;
       border-radius: 50%;
    }