@font-face{
    font-family: SuperDream;
    src: url(../Styles/police_SuperDream.ttf);
    font-family: AeroMatics;
    src: url(../Styles/police_AeroMatics.ttf)
}

.contenu{
    max-width: 100vw;
    display: flex;
    justify-content: center;
    min-height: calc(100vh - 80px);
}

.affichage{
    padding: 80px 20px 20px 20px;
    max-width: 769px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.img{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-evenly;
}

.texte{
    margin: 0;
    text-align: justify;
    font-size: 16px;
    color: white;
    font-family: arial;
}

.robot-vert{
    height: 130px;
}

.robot-jaune{
    height: 130px;
}

.ovni{
    max-width: 150px;;
}

@media screen and (min-width: 1025px){
    .contenu{
        min-height: calc(100vh - 150px);
    }

    .robot-jaune{
        height: 180px;
    }

    .robot-vert{
        height: 180px;
    }

    .ovni{
        max-width: 300px;
    }
}