html, body {
  height: 100%;
}
body {
  background: #303030;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  align-items: center;
  justify-items: center;
  margin: 0;
}