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