body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}
main#MainContent {
  flex-grow: 1;
  background-color: var(--background-color);
  background-image: var(--background_image_url);
  background-repeat: repeat;
  background-size: 100% auto;
}

#shopify-section-footer-global .footer{
  margin-top: 0px !important;
}