h1 {
   color: blue;
   font-size: 2em;
   background-color: red;
   font-family: Impact, Charcoal, sans-serif;
}

p {
  color: green;text-align: right;
}

h2 {
  text-decoration: underline;
}

img {
  width: 500px;
}