body {
  margin: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #090110; /* Darkcove background */
}

img {
  max-width: 80%;
  max-height: 80%;
}
