body {
  background: white;
   background-color: antiquewhite;
  text-align: center;
  
}
p {
  color: black;
  font-family: fantasy;
  font-size: 16px;
  text-align: center;
}
h1 {
  font-weight: bold;
  font-family: monospace;
 border-width: thick;
text-align: center;
   border-style: double;
  color: blue;
  font-size: 50px;
}

img{
border-radius: 100px;
Height:400px;
  border-style: double;
  color:darkgoldenrod;
  width:500px;
  margin:auto;
  border-width:thick;
}

h3{
text-align: center;
border-width:thick;
  border-style:double;
  color:red;
  Font-weight:bold;
  text-decoration: underline;
  font-family: monospace;
  font-size: 20px;
  
}

li{
  font-family: cursive;
  color:black;
  text-align: left;
}