body {
  background: #00fff0;
}
p {
  color: #ff0020;
  font-size: 20px;
  text-align: center;
}
h1 {
  color: #f69403;
  font-weight: bold;
  text-align: center;
  font-size: 36px; 
}
ol{
 
  text-align: center;
}
div.list{
  text-align: center;
}
h2{
  color: crimson;
  text-align: center;
  font-size: 30px;
}
img {
  display: block;
  margin: auto;
  width: 50%;
}