img{
    width:100%;
    margin-top:25%;
}

h1{
    text-align: center;
    margin-top: 30%;
}
#btn1{
    border-radius: 3px;
    background-color: #6C63FF;
    color: white;
    border: none;
    font-weight: 500;
    height: 50px;
    width: 100px;
    margin-left: 10px;
    /* margin-top: 20px; */
}
#btn2{
    border-radius: 3px;
    background-color: #6C63FF;
    color: white;
    border: none;
    font-weight: 500;
    height: 50px;
    width: 100px;
    margin-left: 70%;
}
#btn2:hover{
    background-color: white;
    color: #6C63FF;
    transition: 0.5;
}
a{
    text-decoration: none;
    color: white;
}
h3{
    text-align: center;
    margin-top: 5px;
}

/* generate ticket ID */
#btn-id{
    border-radius: 3px;
    background-color: #6C63FF;
    color: white;
    border: none;
    font-weight: 500;
    height: 50px;
    width: 100px;
    margin-left: 10px;
    margin-top: 10%;
    align-items: center;
}
input{
    margin-top: 10px;
}
#image-reserve{
    margin: 2px;
}
h4{
    margin-top: 5px;
}
#btn-reserve{
    margin-top: 50%;
    background-color: #6C63FF;
    color: white;
    border-radius: 3px;
    font-weight: 500;
    border: none;
    height: 50px;
    width: 100px;
}
/* reservation style */
.container{
    margin-top: 50px;
}
.form{
    background: url('/assets/images/undraw_aircraft_fbvl.png') !important;
    background: rgba(115, 120, 248, 0.7);
    border-radius: 5px;
    color: #6C63FF;
    margin-top: 50px;
    font-weight: 500;
    padding-top: 50px;
}
.btn-reserve{
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #6C63FF;
    color: white;
    border: none;
    font-weight: 500;
    height: 50px;
    width: 100px;
    margin-left: 10px;
    margin-top: 10%;
    align-items: center;
}