.background {
  background-color: black;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95vh;
}

.center > img {
  height: 80vh;
}
