.image-loading-center {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 436px;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  font-size: 5vh;
}

.black-background {
  background-color: black;
}
