html, body {
  height: 100%;
  margin: 0;
}

.body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1;
}




.qlwapp__container {
    margin-bottom: 30px !important;
}

#footer .footer-copyright p {
  color: snow !important;
}