
body{
    background: fixed  center  url("../assets/back.jpg");
    

}
.bg-white-50{
    background-color: rgba(255,255,255,0.7);
}
.orange{
    color: rgb(238, 129, 4);
}
.dark-orange{
    color: rgb(141, 71, 6);
}
.phpHidden{
    display: none;
}

#showAll{
    color:white;
}
.text-shadow{
    text-shadow: 2px 2px 5px black;
}
.card{
    border: none;
}
.map {
    height: 500px;
  }