/* Add here all your css styles (customizations) */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.wrapper {
  flex: 1 0 auto; /* Fills available space */
}

.footer-v1 {
  flex-shrink: 0; /* Prevents footer from shrinking */
}
