* {
  background: #1f2937;
}

body {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

body img {
  max-width: 100vw;
}
