
.review{
    height: 300px;
    width: 700px;
    background-color: #e9b42e;
    margin: 30px;
    border-top-left-radius: 200px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.Innerdiv{
    height: 250px;
    width: 650px;
    background-color: white;
    border-top-left-radius: 40px;
}

.coma{
    height: 60px;
}

.star{
    height: 30px;
    margin-left: 10px;
}

.profile{
    height: 140px;
    justify-content: center;
  
}
.comment{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 640px;
    
}
.h4tagsss{
    text-align: center;
}

.scroll{
    display: flex;
    overflow-y: scroll;
    
}
.scroll::-webkit-scrollbar {
    display: none;
}