/* google fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body{
    font-family: 'Poppins', sans-serif;
}
.btn-honda{
    color: white;
    background-color: #E76F51;
    padding-left: 20px;
    padding-right: 20px;
}
.text-custom-red{
    color: #E76F51;
}
.img-gray{
    filter: grayscale(100%);
}
.star-rating{
    list-style: none;
    display: flex;
    justify-content: space-around;
    /* justify-content: center; */
    font-size: 24px;
    color: #E76F51;   
}
.text-custom-decoration{
    text-decoration: none;
}
