/* styles.css */

html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
.content-wrapper {
  flex: 1;
}
