h1 {
    font-family: cinzel decorative;
    color: white;
    text-align: center;
    font-size: 60px;
}

body{
    color: white;
    background-image: url(images/fond.jpg);
    margin: 0;
}

h2{
   font-family: alegreya;
   margin: 15;
   font-size: 30px;
}

p{
   font-family: alegreya;
   margin: 0;
   font-size: 18px;
}

img{
    height: 100px;
    margin: 15px;
}

.présentation, .description{
    max-width: 600px;
    display: block;
    margin: 0 0 0 150px;
}

.équipe{
    text-align: center;
}

a{
    color: white;
}

footer{
    background-color: #ca2727;
    height: 50px;
    text-align: center;
    margin: 0;
}
