@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Arapey&display=swap");

.basic-font {
  font-family: "Arapey", serif;
}

.stylish-font {
  font-family: "Alex Brush";
}

.no-border {
  border: none;
}

.modal-dialog {
  max-width: 60%;
}

.gallery-image {
  margin-top: 1em;
  margin-bottom: 1em;
}

#content {
  padding-top: 120px;
}

.home-card-text {
  font-family: "Alex Brush";
  font-size: 2rem;
}

.nav-link {
  font-family: "Alex Brush";
  font-size: 2rem;
}

.navbar-brand img {
  height: 75px;
}

.jumbotron {
  background-color: transparent;
}

body {
  background-image: linear-gradient(
    to right,
    rgba(255, 0, 0, 0),
    rgba(255, 228, 225)
  );
}
