*{
    margin: 0px;
    padding: 0px;
}

#filter{
    height: 60px;
    width: 100%;
    background-color: black;
}

#places{
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
.img-fluid{
    width: 100%;
    height: 300px;
}
.placesChild{
    margin-top: 5%;
    border: 1px solid black;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 0px 0px 25px 24px;
}
.btnParent{
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.fa-heart{
    font-size: 25px;
    color: red;
}
.btn1{
    background-color: rgb(0, 0, 0);
    color: white;
    padding: 3%;
    font-size: 20px;
    border: 1px solid black;
    border-radius: 10px;
    margin-bottom: 10%;
}
#parent{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
#details{
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
#commentInput{
    height: 200px;
    text-align: center;
    width: 500px;
}
.image3{
    height: 400px;
}
#filter button{
    background-color: blue;
    color: white;
    padding: 10px;
    font-weight: 700;
    font-size: 17px;
}