body{
 
    font-family: "Montserrat", sans-serif;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  color: inherit;
  text-decoration: none;
}
.navbar-brand{
  letter-spacing: 2px;
  word-spacing: 2px;
  font-size: 24px;
  font-weight: bold;
}
.carousel-img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
#icon{
  width: 27px;
  height: 9px;
  background: linear-gradient(96.34deg, #e537b9 0%, #c040df 100%);
  border-radius: 4.5px;
}