@import url('head_foot.css');
@import url('index.css');
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
#content {
  flex: 1;
}
