header{
    text-align: center ;
} 

footer {
    background-color: bisque;
}

body{
    background-color: mediumturquoise;
}

.this-is-an-id{
    background-color: transparent;
}
 

