/* Sticky footer */
html, body {
  height: 100%; }

body {
  display: flex;
  flex-direction: column; }

main {
  flex: 1 0 auto; }

footer {
  flex-shrink: 0; }

/*# sourceMappingURL=sticky-footer.css.map */
