img {
    display:block;
    margin: 3rem auto;
    width:100%;
}

img.jecris {
    display:inline;
    width:240px;
    margin:0;
}

.accueil {
    color:#d42d1a;
}

.titre {
    text-align:center;
    text-transform:uppercase;
}

p {
    text-align:center;
    font-size:1.5rem;
}

@media screen and (min-width:640px) {
img {
    max-width:1000px;
}
}
