#title
{
  background-color: #ff4c68;
  color: white;

}
h1{
  font-family: 'Montserrat-black', sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
  font-weight: 900;
  }

  h2{
    font-family: 'Montserrat-bold', sans-serif;
    font-size: 3rem;
    line-height: 1.5;
    font-weight: 700;

  }

h3{
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 1.2rem;
}

p{
 color: grey;
}
.container-fluid{
  padding: 3% 15% 7%;
}
.navbar-brand{
  font-family: "Ubuntu";
  font-size: 3rem;
}
.navbar{
  padding: 0 0 4.5rem;
}
.nav-link{
  font-family:"Montserrat";
  font-size: 1.2rem;
  font-weight: 400;
}
.nav-item{
  padding: 0 18px
}

.img{
  width: 55%;
  transform: rotate(25deg);
  position:absolute;
  right: 30%;
  top: 10%;


}

.download-button{
  margin: 5% 3% 5% 0
}

.feature-box{

  text-align: center;
  padding: 5%;
}

#features{
  padding: 7% 15%;
  position:relative;
  background-color: white;


}

.icon{
  color: #ef8172;
  padding-bottom: 1.5rem;
}
.icon:hover{
  color: #ff4c68;
}

#testimonials{
color: white;
  text-align: center;
  background-color:#ff4c68;
}

#pricing{
  text-align: center;
  color: black;
  padding: 7% 15%;
 
}

.pricing-column{
  padding: 3% 2%;
  text-align: center;
   padding-bottom:3%;
}

.carousel-item{
    padding: 7% 15%;
}




.testimonial-image{
  border-radius: 100%;
  width: 10%;
  margin: 20px;
}

#press{
  background-color: #ff4c68;
  text-align: center;
}

.press-logo{
  width: 10%;
  padding-bottom: 3%;
  margin: 20px 20px 50px;
}

@media (max-width: 990px) {
  #title{
    text-align: center;
  }

  .img{
    position: static;
    transform: rotate(0);
  }

}

#cta{
  background-color: #ff4c68;
  text-align: center;
  color: white;

  line-height: 1.5;
  font-weight: 900;
  padding: 7% 15%;
}

#footer{
  text-align: center;
  padding: 7% 15%;
}

.footer-icon{
  padding: 10px;
  padding-bottom: 50px;
