#home-table-div {
    background-color: white;
    padding: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

#hotel-det{
    height: auto;
}

#property-details{
    height: auto;
}

#hotel-container{
    border: 1px solid rgb(165, 163, 163);
    border-radius: 10px;
    height: auto;
}

