*{
    font-family: arial;
}
body{
    text-align: center;
}
a{
    text-decoration: none;
    color: black;
}

.bodyLogin form{
    max-width: 380px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #eee;
    border: 1px solid rgba(0,0,0,0.1);
}
.bodyFlights table{
    margin-left: auto;
    margin-right: auto;
    border-style: none;
}
.bodyFlights .head{
    background-color: #a6a6a6;
    border-bottom: solid;
}

input[type="text"], input[type="password"] , select{
    margin-top: 7px;
    border: 1px solid gray;
    margin-bottom: 7px;
    border-radius: 5px;
    height: 30px;
}
.addFlight input, .addFlight select{
    font-family: monospace;
    text-transform: uppercase;
}
.selection, .ft{
    display: flex;
}
select, .ft{
    margin: auto;

}
.addFlight table{
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    text-align: center;
}
input[type="submit"] {
    margin-top: 7px;
    margin-bottom: 7px;
    border-radius: 5px;
    height: 30px;
    width: 200px;
    border: 1px solid gray;
    background-color: #a6a6a6;
}
.formAdd input{
    margin: auto;
    text-align: center;
}

.addFlight input[type="submit"]{
    text-transform: capitalize;
    margin-top: 50px;
}

