body {
  overflow: hidden;
  height: 100vh;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

img {

}