html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    /* overflow: hidden; */
  }
  
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
    /* display: none; */
  }

  /* Background for footer */
  .bg2 {
    width: 100%;
    height: 89px;
    background-color: #191d25;
    padding-bottom: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  
  .Copyright-2025-All {
    font-family: NotoSans, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 89px;
    letter-spacing: -0.45px;
    text-align: center;
    color: #fff;
    margin-top: auto;
  }
  
  .bg2 .Copyright-2025-All span {
    cursor: pointer;
  }

  .menu {
    position: sticky;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    height: 80px; 
    min-height: 80px; 
    width: 100%;
    background: #191d25;
    backdrop-filter: blur(8px);
  }
  
  .menu .navbar {
    height: 100%;
    min-height: 80px; 
  }
  
  .menu .icon {
    width: 50px; 
    height: 70px; 
    background: no-repeat url('./assets/images/favicon.png') center;
    background-size: contain;
  }