body{
    width: 600px;
    margin: auto;
    font-family: Colibri,sans-serif;
    background-image: linear-gradient(125deg, rgb(54,81,217),
    rgb(207,56,148));
}

.header-title{
    font-size: 14.5px;
    text-align: left;
    color: white;
    text-shadow: 0 0 4px;
}
.header-title:hover{
    transition-duration: 0.3s;
    text-align: left;
    color: white;
    text-shadow: 0 0 15px;
}
.under-header{
    font-size: 17px;
    color: white;
    
}
.img {
    width: 700px;
    height: 450px;
    background-image: url("/assets/img/airplane.png");
    background-size: 660px auto;
}

/*Botton*/
.botton-order{
    font-family: Arial, sans-serif;
    margin: 0 10px;
    padding: 7px 15px ;
    font-size: 22px;
    background-color: rgb(125, 79, 233);
    color: white;
    border-radius: 10px;
    border: 3px solid rgb(125, 79, 233);
}
.botton-order:hover{
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    color: rgb(80, 76, 83);
    border: 3px solid rgb(125, 79, 233);
    transition-duration: 0.4s;

}
.botton-learn{
    padding: 7px 15px ;
    font-size: 22px;
    background-color: rgb(241, 129, 55);
    color: white;
    border-radius: 10px;
    border: 3px solid rgb(241, 129, 55);

}
.botton-learn:hover{
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    color: rgb(80, 76, 83);
    border: 3px solid rgb(241, 129, 55);
    transition-duration: 0.4s;

}
.botton-back{
    margin: 0 0 0 510px;
    padding: 7px 15px ;
    font-size: 22px;
    background-color: rgb(235, 55, 241);
    color: white;
    border-radius: 10px;
    border: 3px solid rgb(235, 55, 241);
}
.botton-back:hover{
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    color: rgb(80, 76, 83);
    border: 3px solid rgb(235, 55, 241);
    transition-duration: 0.4s;

}
/*Main*/

.main-text{
    width: 600px;
    color: white;
    text-align: justify;
    font-size: 20px;
}