html {
  height: 100%;
  margin: 0;
}

body {
  min-height: 100%;
  background-color: #F2E9BE;
  display: flex;
  justify-content: center;
  align-items: center;
}
