body {
  background-color:darkturquoise;
  font-family:fantasy;
}
p {
  color: black;
  font-size:16px;
}
h1 {
  font-weight: bold;
  text-decoration: underline;
}

img { 
  border-radius: 25px;
  border-style:ridge;
 
}

li { 
  background-color:azure;

  
}

h3 { background-color: azure;
}


h2 { background-color: azure;
  
}

body { text-align: center;
  
}

