@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@500&display=swap');

.orbitron {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.oxanium {
    font-family: "Oxanium", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

html{
    height: 100%;
    width: 100%;
}

body {
    /* ce dégradé permet de créer un visuel proche d'un ciel. */
        background: #a2d1f5;
    background: linear-gradient(180deg, rgb(192, 221, 244) 0%, rgb(40, 135, 167) 100%);
    font-family: Arial, sans-serif;
    margin: 20px;
    text-align: center;
    cursor: crosshair;
}

h1 {
    color: #f00;
    text-shadow: #000 2px 2px;
    font-size: 50px;
    font-family: "Orbitron";
}

p {
    font-size: 28px;
    line-height: 1.5;
    font-family: "Oxanium";
}

a {
    color: #0000ff;
    font-size: 22px;
    text-decoration: underline;
    font-family: "Oxanium";
}

img {
    width: 200px;
    height: 200px;
    text-align: center;
}

#Airbus {
    width: 500px;
    height: auto;
}

.spacer {
    height: 200px;
}

.italique {
    font-size: 18px;
    font-style: italic;
}