/* Sticky footer in flex from https://github.com/jgthms/bulma/issues/47#issuecomment-285078785 */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-content {
    flex: 1 0 0;
}

.divider {
    margin-top: 15px;
    margin-bottom: 15px;
}
