.layout-root {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.layout-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.layout-footer {
  margin-top : auto;
}