body {
    background: url('../image_du_site/state_of_decay_eglise.jpg') no-repeat fixed;
    background-size: cover;
    align-items: center;
    font-size: 1em;
    margin: 0em;
    justify-content: center;
    align-items: center;
    background-position: center;
}

h1 {
    text-align: center;
    color: #afafaf;
    transform-style: flat;
    font-size: 2em;
    margin: 10px;
}

.h1 {
    color: red;
}

.image1 {
    text-align: left;
    width: 50px;
    height: 50px;
}

.image2 {
    text-align: right;
    width: 50px;
    height: 50px;
}