.banner-bg{
    background:#FDEBD7 !important
}

html {
    scroll-behavior: smooth;
  }
  
  #container{
      overflow-y: scroll;
  }
  .topTab{
  bottom: 0;
  position: fixed;
  font-size: 25px;
  color: white;
  }
  .pg{
    font-size: 100px;
    height: 100vh;
    background-color: blue;
    text-align: center;
  }
  
  a{
   color: white;
  }