body {
  background: #55071b;
}
img {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 500px) {
  img {
    width: 70%;
  }
}