body {
         
         background-image: url('Medias/can2.webp');
         background-repeat: no-repeat;
         background-attachment: scroll;
         background-size: 100% ;
         background-position-x: 0px;
         
     }

h1 { font-family: 'Roboto'; 
     font-size: 100px;
     color: white; }

h2 { color:white; }

p { font-family: comic sans;
    font-size: 30px;
    text-align: center; }


.flotte { float:right;}

a { font-family: Brush Script MT, Brush Script Std, cursive;
    color: white;}

