
    body {
      font-family: 'Kanit', sans-serif;
      background-color: #f8f9fa;
    }

    /* Navbar modern style */
    .navbar {
      border-bottom: 1px solid rgba(255,255,255,.2);
      box-shadow: 0 4px 6px rgba(0,0,0,.08);
    }

    .navbar-brand {
      font-weight: 600;
      letter-spacing: .5px;
    }

    .nav-link {
      transition: all .2s ease-in-out;
      border-radius: 6px;
      padding: 6px 12px !important;
    }

    .nav-link:hover,
    .nav-link.active {
      background: rgba(255,255,255,.15);
    }

    /* Dropdown */
    .dropdown-menu {
      border-radius: 10px;
      box-shadow: 0 6px 20px rgba(0,0,0,.1);
    }
    .dropdown-menu .dropdown-item:hover {
      background-color: var(--bs-primary);
      color: #fff;
    }

    /* Profile icon spacing */
    .navbar-nav .nav-link i {
      margin-right: 6px;
    }

    /* Prompt input style */
    .prompt {
      font-family: inherit;
      font-size: 16px;
      padding: 10px 12px;
      border: 1px solid #dee2e6;
      border-radius: 10px;
      width: 100%;
      box-sizing: border-box;
      transition: all .2s ease-in-out;
    }

    .prompt:focus {
      border-color: var(--bs-primary);
      box-shadow: 0 0 0 0.2rem rgba(40,167,69,.25);
      outline: none;
    }

    .prompt::placeholder {
      color: #adb5bd;
    }
 
 
 
 #wildlifeTypeChart {
     width: 600px !important;
     height: 600px !important;
     max-width: 100%;
     height: auto;
     margin: 0 auto;
     display: block;
     margin: 0 auto;
     margin-bottom: 20px;
     margin-top: 20px;

 }

