body {
  margin: 0;
  background-color: #020202;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
}