h1{
color:red;
font-size: 100px;
}
img :hover {
background-color: gold;
}
.bacon{
background-color: green;
}
.broccoli{
background-color: red;
}
/*
.circular{
border-radius: 100%;
}
*/
#heading{
background-color: aquamarine;
}
/*ignore this. i typed this as stack overflow was giving me this error