body {
  background:pink;
}
p {
  color:gray;
  font-family: sans-serif;
  font-size: 18px;
}
h2 {
  font-weight: bold;
  font-family: fantasy;
  color:teal;
    font-size:45px;
}

h3 {
  color:darkslateblue;
    font-family: cursive;
      
}

h4 {
  font-family: inherit;
  color:rosybrown;
}

h1 {
  color:darkmagenta;
    font-family: fantasy;
  font-size:50px;
}

li {
  color: darkseagreen;
    font-size: 25px;
}

img {
  border-width: 10px;
  border-style:solid;
  border-color: lemonchiffon;
  width:300px;
  border-radius: 25px;
  
}
iframe {
  border-style: dotted;
  border-color: lemonchiffon;
  border-width: 10px;
  border-radius: 25px;
  
