*{
    margin: 0px;
    font-family: 'Courgette';
}

/**** carousel ***/
.carousel-item {
  justify-content: center;
  text-align: center;
  padding-top: 10px;
}

.navbar-toggler{
  background-color: #fa38d0;
}

/**** H1 ****/
h1{
  font-family: 'Pinyon Script';
}

h3{
  font-family: 'Pinyon Script';
  font-size: 50px;
}
/**** font awsom no line under the trolley ****/
.fa-regular{
  text-decoration: none;
}

/**** bg image ****/
.descrimg{
  background: rgb(128,43,120);
  background: linear-gradient(180deg, rgba(128,43,120,1) 0%, rgba(148,77,142,1) 2%, rgba(158,94,153,1) 4%, rgba(169,113,165,1) 7%, rgba(181,132,177,1) 10%, rgba(189,145,185,1) 13%, rgba(255,255,255,1) 100%);
}

/***********  BUTTON  *********/
.btn{
  background-color: #ffc3f3;
  color: black;
}

 /*********** 5 IMAGES COLOR LEFT SIDE*********/
.fit{
  max-width: 100%; 
  max-height: 70vh; 
  margin: auto;
}

.size{
  height: 35px;
}

/***********  BUTTON UP *********/
.but {
  align-items: center;
}
