*{
    margin: 0;
    padding: 0;
}

body{
    min-height: 100vh;
    
    background-color: grey;
}

header{
    /*height:6em;*/
    
    background-image: url("http://www.lycee-odilon-redon.websco.fr/ADI/files/bibliotheque/images_diaporama/tableau.jpg");
}
h1{
    padding-bottom: 1em;
    padding-top:1em;
    width: 100%;
    text-align: center;
    
    color:white;
    font-size:2em;
}