.app-layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.app-layout__main {
  margin-top: 6rem;
  flex-grow: 1;
}
