body {
  background: burlywood ;
}
p {
  color: black;
  font-family: sans-serif;
}
h1 {
  font-weight: bold;
  font-family:monospace;
  color: saddlebrown;
  letter-spacing:  2px;
  border-color: #c57b47;
  border-style: dashed;
  height: 34px;
  
  
  
    
}
img {
  width: 420px;
  height: 320px;
  border-style: dotted;
  border-radius: 42px;
  color:black;
  float: none;
  
  }

ul {
  color: floralwhite;
  font-family: serif;
  
}

ol {
  font-family: sans-serif;
  color: darkgoldenrod;
}
h6 {
   font-family: monospace;
}

h4{
  font-family: cursive;
}
h2{
  font-family: fantasy;
  letter-spacing: 3px;
}
