/* Layout */
html,
body {
  height: 100%;
}

.page-content-wrapper {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

html {
  font-size: 13px;
}
