header {
    background-image: url("Rick.png");  /* Chemin de ton image */
    background-color: black;
    min-height: 240px;  
    background-repeat: no-repeat; 
	background-position: center;
    color: white;
    padding: 60px;
    text-align: center;
}
body {
	margin: 0;
    padding: 0;
    background-image: url(Couleur2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: rgba(255, 212, 169, 0.8);
}
