body {
  font-family: "New Rocker", system-ui;
  background-color: black;
  color: white;
  margin: 0;
  font-size: 20px;
}

a {
  text-decoration: none;
}

/* HEADER */
.navbar-brand {
  font-size: 75px;
  color: #ae3823;
}

/* MAIN */
.title {
  color: #ae3823;
}

.carousel-item img {
  height: 700px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

/* RESPONSIVE */
@media screen and (max-width: 478px) {
  .carousel-item img {
    height: 600px;
  }
}
