body {
    /*background : linear-gradient(90deg, rgb(209, 109, 125), rgb(255, 238, 238));*/
    background-image: url('r1.jpg'); ;
    background-size: cover;
}
.intro {
    color: rgb(217, 212, 221) ;
    font-size: 29px;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.texte {
    text-align: center;
    text-shadow: 0px 0px 0px;
    font-weight: 300;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: beige;
}
.lien{
    border-width: 0cap;
    border-radius: 10px;
    background-color: rgb(247, 188, 247);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    font-size: 25px;
    font-size: 25px;
    box-shadow: 6px 6px 0px rgba(0, 0, 0);
    padding: 50px;
}
.lien:active{
    background-color: beige;
}
.lien:visited{
    background-color : beige;
}
.conc{
    border-width: 0cap;
    border-radius: 10px;
    background-color: rgb(255, 254, 254);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style: italic;
    text-align: center;
    font-size: 8px;
    font-size: 8px;
    box-shadow: 6px 6px 0px rgba(0, 0, 0);
    padding: 30px;
}
footer {
    text-align: center;
    padding: 10px;
    position: relative;
    bottom: 0;
    width: 100%;
}