body, html {
    height: 100%;
}

.row{
    padding: 0px !important;
    margin: 0px !important;
}
/* .sec1{
    padding-top: 10% !important;
    height: 70%;
    background: rgba(3, 53, 15, 0.7);
    color :white;
} */
#map {
    height: 100%;
}
.sec1{
    padding-top: 10% !important;
    /* background: linear-gradient(137deg, rgba(255, 0, 0, 0.5),rgba(89, 0, 255, 0.5)); */
    color :black;
}
.sec2{
    padding: 30px !important;
    background:white;
}

.listByCategory{
    padding: 10px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.lowonganItem{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 10px !important;
}
    

a {
    color:black;
}

.card-content{
    height : 150px !important;
}


.card-image img{
    height : 150px !important;
}


.place{
    background: white;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}