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

.flex-container img {
  object-fit: cover;
}

footer {
  text-align: center;
  justify-content: center;
  font-family: IBM Plex Mono, monospace;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

footer a {
  color: #555;
  text-decoration: none;
}
/*# sourceMappingURL=index.b2d9cf43.css.map */
