
::-webkit-scrollbar {
    display: none;
}



#main-app{
    display: flex;
    flex-direction: column;
    margin: 0 auto 0 auto;
    max-width: 400px;
    height: 95vh;
}


.wrapper{
  width:100%;
  height:100%;
  position:relative;
}

.bg{
  position:absolute;
  width:inherit;
  height:inherit;
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  /* background-image:url("https://static.vecteezy.com/packs/media/vectors/term-bg-1-666de2d9.jpg"); */
    background-repeat: no-repeat;
  background-size:cover;
  background-position:center;
  display:flex;
  justify-content:center;
  align-items:center;
  overflow:hidden;
  filter: blur(30px);
  overflow:hidden;
  z-index: -90000;
}

