/* font-family: "Ubuntu", sans-serif; */
body {
  font-family: "Montserrat-Black", sans-serif;
}

#title {
  background-color: #ff4c68;
  color: white;
}

h1 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 900;
}

.container-fluid {
  padding: 3% 15%;
}

.title_image {
  transform: rotate(20deg);
}

.navbar {
  padding-bottom: 4.5rem;
}
.navbar-brand {
  font-family: "Ubuntu", sans-serif;
  font-size: 3rem;
  font-weight: bold;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-size: 1.2rem;
  font-family: "Montserrat-light";
}
