*{
    margin: 0px;
    padding: 0px;
}
header {
    width: 100%;
    text-align: center;
    font-family: var(h1);
    font-weight: 900;
    font-size: 50px;
    font-style: italic;
    color: aliceblue;
    background-color:rgb(4, 84, 203) ;
    padding: 20px;
    padding-left: 0px;
    padding-right: 0px;
}
#career{
    font-size: 20px;
    font-weight: 600;
    max-width: 100%;
    text-align: right;
    padding-right: 10px;
    list-style: none;
}
img{
    width: 60%;
}
#img{
    width: 100%;
}
#reserve{
    text-align: right;
}
#reserve a{
        font-size: 25px;
    font-weight: 500;
}
#title-reserve{
    font-size: 40px;
    font-weight: 900;
    text-decoration: underline;
}
#tele{
    font-size: 26px;
    font-weight: 800;
}
#com a{
    font-size: 25px;
    font-weight: 600;
}
#link{
        font-size: 25px;
    font-weight: 600;
}
a{
    color: rgb(244, 43, 12);
}
    body{
        background-image: linear-gradient(to right , rgb(0, 204, 255) 10%, white);
    }
footer{
    text-align: center;
    background-color: rgb(4, 84, 203);
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    padding-top: 10px;padding-bottom: 10px;
    border-radius: 10px;
    color: aliceblue;
    margin-top: 50px;
    position: absolute;
    bottom: 0px;
    
}
footer img{
    width: 40px;
    position: absolute;
    top: 2px;
    padding-left: 5px;
}
@media (min-width:800px){
    img{
        width: 40%;
    }
    #career{
        position: absolute;
        right: 20px;
        max-width: 50%;
        top: 200px;
        font-size: 30px;
    }
    #img{
        width:50% ;
        height: 500px;
    }
    #com{
        position: relative;
        bottom:400px;
        left: 52%;
    }
    body{
        background-image: linear-gradient(to right , rgb(0, 183, 255)20%, white);
    }
}