body {
  margin: 0;
  height: 100vh;
  background-color: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
}

img {
  width: 600px;
  max-width: 85%;
  height: auto;
  cursor: pointer;
}
