@import url('https://fonts.googleapis.com/css?family=Baloo+2|Inter:500&display=swap');

body{
    background-color:#0B132B;   
    width:auto; 
    overflow: hidden;
    font-family: 'Baloo 2', sans-serif;
    line-height: 1.1em;
}
#title{
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    float:right;
    text-align: center;
    align-items: center;
    
}
#title h1{
    color: #6FFFE9;
    display:flex;
    width:75%;
    line-height: 1.1em;
}
#title h2{
    color: #5BC0BE;
    display:flex;
    width:75%;
    margin-top: -15px;
    line-height: 1.1em;
}

label {
    color: #5BC0BE;
}

#location {
    width: 75%;
    height: 5%;
    font-size: 0.95em;
}

#destination {
    width: 75%;
    height: 5%;
    font-size: 0.95em;
}

p {
    color: #5BC0BE;
    margin-top: 2px;
}

div p {
    color: #5BC0BE;
    font-style: italic;
    margin-top: -13px;
    margin-bottom: 10px;
}

#submit {
    margin-top: -40px;
    background-color: #6FFFE9;
    color: #0B132B;
    font-size: 0.95em;
    font-weight: bold;
    height: 5%
    
}

