h1 {
  color: green;
   text-align: center;
}
/* C, adjusted opacity attribute */
img {
  opacity: 0.75;
}
/* I, hidden text that is the same color as the background */
h3 {
  visibility: hidden;
}