 body, html {
      margin: 0;
      padding: 0;
      font-family: "Open Sans", sans-serif;
      
    }

    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1.8rem 2rem;
      background: white;
      position: sticky;
      top: 0;
      z-index: 1000;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
       
    }
    .logo img {
      width: 55px;
      height: 55px;
    }


     footer {
      background-color: #957c66;
      color: white;
      padding: 2rem 1rem;
    }

    footer a {
      color: white;
      text-decoration: underline;
    }

    .footer-col h5 {
      font-weight: 600;
      margin-bottom: 1rem;
    }

    .footer-bottom {
      text-align: center;
      font-size: 0.9rem;
      margin-top: 1rem;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding-top: 1rem;
    
    }