.prompt-regular {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  background-color: #000 !important;
}

.home-about-text {
  margin: 0 5%;
}

h1 {
  font-size: 3rem !important;
  padding: 0 1rem;
}

p {
  font-size: 1.25rem !important;
}

.card, .card-image img {
  border-radius: 1px !important;
}

.fixed-size {
  height: 500px;
  object-fit: cover;
}

.carousel-indicators li {
  color: black;
}

.carousel-indicators li {
  width: 1.75rem;
  height: 3px;
  background-color: gray;
}

.carousel-indicators .active {
  background-color: white;
}

@media screen and (max-width: 520px) {
  h1 {
    font-size: 2rem !important;
  }
  p {
    font-size: 1.125rem !important;
  }
}