body {
  background: #4b89b3;
}
p {
  color: darkorchid;
  text-align: center;
  font-size: 25;
  font-family:inherit;
}
h1 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  color:firebrick;
  font-family: fantasy;
}
h2{
  font-size: 30 
}

ol {
  text-align: center;
  list-style-position: inside;
}
img {
  display: block;
  margin: auto;
  width: 50%;
  border-radius: 50%;
}


  
