#navigation a {
    text-decoration: none;
    color: whitesmoke;
    font-size: 0.95rem;
}

#navigation a:hover,
#navigation a:active{
     color: darkorange;
}

#navigation h1 {
    text-align: center;
    color: whitesmoke;
}

#venir {
    text-align: center;
    color: whitesmoke;
}


#venir img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20rem;
    /* height: 25rem; */
}

#ecrire h3 {
    text-align: center;
    color: whitesmoke;
}

#ecrire p {
    text-align: center;
}
#ecrire a {
    text-decoration: none;
    color: whitesmoke;
    font-size: 0.95rem;
    text-align: center;
}

#ecrire a:hover,
#ecrire a:active{
     color: darkorange;
}

#mastodon h3 {
    text-align: center;
    color: whitesmoke;
}

#mastodon p {
    text-align: center;
}

#mastodon a {
    text-decoration: none;
    color: whitesmoke;
    font-size: 0.95rem;
    text-align: center;
}

#mastodon a:hover,
#mastodon a:active{
     color: darkorange;
}
