﻿.feedback-card {
    border: 1px solid #96c5e0;
    border-radius: 15px;
    padding: 30px;
    margin: 20px auto;
    text-align: center;
    max-width: 600px;
}
 

.feedbg {
     
    border-radius: 15px;
}

.feeddatabg {
    background-color: white;
}

    /* Control the max width of the card */
}
.star-rating {
    color: gold;
    font-size: 1.5em;
    /* Larger star rating */
}
