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

.image {
  height: 60vh;
}
