@font-face{
    font-family: "Avara";
    src :url(Avara-master/Avara-Black.woff2);
    font-weight :800;
}

@font-face{
    font-family: "Avara";
    src :url(Avara-master/Avara-BoldItalic.woff2);
    font-style: italic;
    font-weight :600;
}


@font-face{
    font-family: "Avara";
    src :url(Avara-master/Avara-Bold.woff2);
    font-weight :600;
}


body {

background-color: #d9c7cb;
font-family: "Avara";

	display: block;
	gap: 40px;
	margin: auto;
    flex-direction: row;
    padding: 50px;
    max-width: 1000px;

}
        h1{
    font-size: 50px;
    text-align: center;
}

    article{
    text-align: justify;
    margin-top: 50px;
}
    img{
        width: 600px;
        height: auto;
}

.nous img {

        width: 130px;
        height: auto;
}

.marceau img {

    width: 300px;
    height: auto;
}

.marceau2 img {

    width: auto;
    height: 402px;
}