body {
  height: 100vh;
  display: grid;
  align-content: center;
  justify-content: center;
  background: #000;
  min-width: 400px;
  min-height: 400px;
}