body {
  background: rgba(253, 3, 3, 0.77);
}
p {
  color: cornflowerblue;
  font-size: 20px;
  text-align: center;
}
h1 {
  color: #12eba2;
  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%;
}