#price{
    
}




.title {
    color: green;
}

h1{
    color:burlywood;
} 

p{
     color: darkgrey;
    font-size: 18px;
}

time{color: forestgreen;}

article{ 
  background-color: firebrick;
}

header{
    background-color: burlywood;
}

footer{
    background-color: chocolate
}

header p{
    color: aliceblue;
}

footer p{
    color: cornflowerblue
}
 
