body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  background-color: black;
  color: white;
}

.font-forma {
  font-family: "forma-djr-banner", sans-serif;
  font-weight: 700;
  font-style: normal;
}

img {
  max-width: 50%;
  height: auto;
  display: block;
  object-fit: contain;
}
