body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.content-for-layout {
  flex: 1 0 auto;
}
