.app-layout {
  display: grid;
  min-width: 100%;
  grid-template-rows: auto 1fr auto;
  margin: 0;
}
