
#reserve-text-section{
        height: 65vh;
        width: 100%;
        background-image: url("../img/CityTaxiErmeloHomePagePhoto.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 5;
}
#reserve-text-section::before{
    content: "";
    height: 100%;
    background-color: rgb(88, 88, 88);
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: -1;
}
#reservation-form{
    margin: 3rem 0;
}






