body {
  background-color:azure;
}
p {
  color:cornflowerblue; 
  font-family: fantasy; 
  font-size: 18px; 

}
h1 {
  font-weight: bold;
color:darkslategray;
  font-family:sans-serif;
    border-style: ridge;
} 

img { border-radius:20px;
  border-style:groove;
   
} 
 
ul { 
  font-family:sans-serif; 
  color:cornflowerblue;
}
 
ol { 
  font-family:serif; 
  font-weight:bold; 
  color:cornflowerblue; 
} 
