body {
  background-color: #ddbcd8;
}

.navbar {
  background-color: #5e454d;
}

.navbar-brand,
h1 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.navbar-brand {
  font-size: 1.4em;
}

.navbar-nav,
.nav-link {
  font-size: 1em;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #e76ec3;
}

h1 {
  display: flex;
  font-size: 2.5em;
  justify-content: center;
}

.navbar a {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#content-of-page {
  padding-top: 4.5rem;
}

@media only screen and (max-width: 450px) {
  .navbar-brand {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 991px) {
  .container a {
    width: 100%;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  h1 {
    font-size: 2.8em;
  }
  .navbar-brand {
    font-size: 1.7em;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.3em;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 3.8em;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  h1 {
    /* display: block; */
    font-size: 4.3em;
  }
}
