body {
    font-family: "Chakra Petch", sans-serif;
    margin: 0;
    text-align: center;
  }
  
  h1,
  h2,
  h3 {
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  
  .navbar {
    background: #1f2f4a;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 50px;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  
  .logo img {
    height: 55px;
  }
  
  .logo {
    display: flex;
    align-items: center;
    gap: 5px;
    color: white;
  }

  
.nav-links {
    display: flex;
    list-style: none;
    gap: 20px;
  }
  
  .nav-links a {
    color: white;
    text-decoration: none;
  }

  .footer {
    background: linear-gradient(135deg, #1f2f4a, #2fb36d);
    color: #eee;
    padding: 60px 20px 20px;
  }
  
  .footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
  }
  
  .footer-left,
  .footer-right {
    width: 45%;
  }
  
  .footer h3 {
    color: #fff;
    margin-bottom: 15px;
  }
  
  .footer p {
    margin: 6px 0;
    font-size: 14px;
  }
  
  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    text-align: center;
    margin-top: 40px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
  }

  /*policy button*/
a:link, a:visited{
    color: white;
    text-decoration: none;
  }

  .policy{
    padding:40px 20px 20px;
    h2{
        font-size: 36px;
    }
  }

  .table_1{
    th,td,tr{
    border-collapse: collapse;
    text-align: justify;
  }
    p{
        font-size: 17px;
        color: #999ea2;
    }
    h5{
        font-size: 20px;
        color: black;
    }
    th{
        padding:20px;
    }
  }

  .table_2{
    tr,td{
        border-collapse: collapse;
        text-align: justify;
  }
  th{
    height: 20px;
  }
  h5{
    font-size: 20px;
    color: black;
    text-align: left;
}
p{
    font-size: 17px;
        color: #999ea2;
}

  }

  .table_3{
    th,td,tr{
        border-collapse: collapse;
        text-align: justify;
      }
        p{
            font-size: 17px;
            color: #999ea2;
        }
        h5{
            font-size: 20px;
            color: black;
        }
        th{
            padding:20px;
        }
}
  