/* used this for the heading in h1*/
h1{
  font-family: cursive;
  font-weight: bold;
  font-size: 80px;
  text-align: center;
  color: red;
}

/* styled the paragraph by changing the color centering and changing font size.*/
p{
  font-family: arial;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: green;
}
ol{
  color: blue;
  font-size: 30px;
  font-weight: bold;
  text-align: flex-wrap;
}
/* made the list ordered while changing the size and color*/