html, body {
  height: 100vh;
  background-color: rgb(5, 5, 5);
}


body {
  transform: scale(0.9);
  transform-origin: 1 0;
  margin: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}