body {
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

body > img {
  width: 300px;
}

body > object {
  width: 300px;
}
