body {
  margin: 0;
  padding: 0;
  height: 100vh;
  background-image: url(../../API/GetBackgroundImage) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

.main-footer, .main-footer-closed {
  padding: 15px;
  color: white;
  background: transparent;
  border: none;
}