* {
    list-style-type: none;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    font-family: 'Amiamie-round', Arial Rounded MT Bold;
    line-height: 1.3em;
    background-color: whitesmoke;
    text-align: center;
    color: black;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Amiamie-round';
    src: url(fonts/Amiamie-RegularRound.woff2);
}

@font-face {
    font-family: 'Amiamie';
    src: url(fonts/Amiamie-Regular.woff2);
}

@font-face {
    font-family: 'Philibert';
    src: url(fonts/PhiliItaRusExt.woff);
}

@font-face {
    font-family: 'Ouvrieres';
    src: url(fonts/OuvrièresGX.ttf);
}

h1 {
text-align: center;
font-family: 'Philibert';
font-size: 140pt;
margin-top: 160px;
transform: skew(45deg, 6deg);
/*transform: skew(25deg, 5deg);*/
color: #ff42c5;
}

h2{
    margin-top: -20px;
    text-align: center;
}

a{

        font-family: "Ouvrieres";
        font-size: 70px;
        font-variation-settings: 'FRMT'100;
        animation: 1.5s infinite alternate linear anim;
        animation-timing-function: ease-in-out;
        line-height: 1.2em;
        color: black;
        text-shadow: 2px 2px 10px #ff42c5;
    
}

a:hover{
    color: #ff42c5;
}

p{
    display: block;
    margin: auto;
    width: 41%;
    text-align:left;
    line-height: 1.3em;
    font-family: 'Amiamie';
    
}

.espace{
    margin-top: 50px;
    margin-bottom: 50px;
}
@keyframes anim {
    from {
        font-variation-settings: 'FRMT'100;
    }

    to {
        font-variation-settings: 'FRMT'900;
    }
}

img{
    width: 50%;
    text-align: center;
    display: block;
    margin: auto;
}

/*responsive*/
@media screen and (max-width: 600px) {

body{
    width: 96%;
    overflow-x: hidden;

}

    h1 {
        font-size: 50pt;
        line-height: 1.1em;
        margin-top: 20px;
        transform: skew(25deg, 6deg);

        margin-left: 30px;
        margin-right: 40px;
        }


        a{
            font-size: 30pt;
            font-weight: 600;

        }

        h2{
            font-size: 11pt;
            line-height: 1.3em;

            margin-top: -30px;
text-align: center;

        }

        img{
width: 90%;
        }

        p{
            width: 90%;

        }
        .espace{
            margin-top: 30px;
            margin-bottom: 30px;
        }
}