body {
  background: white;
}
p {
  color: green;
}
h1 {
  font-weight: bold;
}
h2 {
  font-family: sans-serif;
  color: red;
}
a {
  font-size: 20px;
  outline: inherit;
  
}
img {
  border: ridge;
  border color:aqua;
  border-spacing: inherit;
}