body {
  background: #b2c5ff;
  align-content: center;
  text-align: center;
}
p { 
  color: #ff7d7d;
  text-align: center; 
  font-size: 20px;
  font-family: serif;
}
h1 {
  font-weight: bold;
  text-align: center; 
  font-size: 36px;
  color: aquamarine; 
  font-family: cursive; 
}
h2{
  font-size: 30px;
  text-align: center;
  font-family: monospace; 
  color: blueviolet;  
  

}

ol {
  text-align: center;
  list-style-position: inside;
}

img {
}

a {
  text-decoration-style: dotted;
  color: deeppink
}