body {
  margin: 0;
  padding: 0;
  background: linear-gradient(to bottom, #0b0c0c, #0b2a36);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

img {
  max-width: 50%;
  height: auto;
}