.nav-link{
    color: blue !important;
    padding-left: 30px;
}

.nav-item{
    padding-left: 30px;
}
body{
    background-color: chartreuse;
}

.carousel-item > img{
    height: 600px;
}

.card > img {
    height: 200px;
}

.container{
    background-color: blue;
}
.col{
    background-color: blueviolet;
}

.card-title{
    color: aqua;
}
.btn-primary{
    width: 100%;
    background-color: purple;
}
.main{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 10px;
    
}

.card1,.card2,.card3{
    width: 333px;
    justify-content: space-around;
    align-items: center;
     display: flex;
     background-color: blueviolet;
    }

.fa-motorcycle,.fa-mobile,.fa-heart{
   
    font-size: 100px;
    border-style: double;
    border-radius: 100%;
}

        
.card1,.card2,.card3{
  display: flex; 
 align-items: center; 
     margin-top: 10px; 
} 
.AAC{

    color: yellow;
}
.yz{
    text-align: center;
    color: rgb(24, 231, 214);
   text-shadow: 2px 3px 5px black !important;
   font-style: italic;
  }
