body{
  background-color: aqua;
  text-align: center
}

h1{
  font-family: fantasy;
  text-align: center;
  background-color:#ecf300;
}

h4{background-color: yellow}
h3{background-color: yellow}
<p>{border color: yellow}
img{background color: yellow;}


img{
  height: 220px;
  border-style:double;
  width:200px
  border-color: yellow;
} 


