h1{
    font-family: 'Libre Baskerville', serif;
    text-align: center;
    font-size: 5rem;
    color:rgb(176, 214, 230);
    border-bottom: 20px double black;
    text-shadow: 0 0 90px #33b1ff;
    background-color:#0000008e;
}  

#route-form {
    display: flex;
    justify-content: center;
    padding: 20px;
}

body { 
    background-image: url(https://img5.goodfon.com/wallpaper/nbig/6/5b/norod-noch-ogni-doroga-city-night.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.wrapper {
    width: 1000px;
    height: 700px;
    margin: 20px auto 20px auto;
    border: 1px solid black;
    background-color: rgba(39, 40, 40, 0.58);
}

#page{
    float: right;
    margin-right: 30px;
    border: 2px solid #000;
}

#table{
    height: 450px;
    width: 325px;
    float: left;
    margin-left: 30px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#map {
    height: 450px; 
    width: 600px;
    float: right;
    margin-right: 30px;
    /* border: 2px solid #000; */
}

/*Adding responsive media querie layout*/ 
@media only screen and (min-width: 320px) and (max-width: 768px) 
{
    .wrapper {
        width: 100%;
    }
    #table {
        width: 75%;
    }
    #map {
        width:85%;
    }
    .form-control {
        width: 75%;
    }
}
