body{
    font-family: Georgia;
    background-color: #D1FFBD;
    margin: 30px;
    text-align: center;
    justify-content: center;
    }
img{
    display: block;
    margin: auto;
   }
h1{
    color: #004700;
    text-align: center;
}
p{
    text-align: center;
}
h2{
    color: #004700;
}
h3{
    color: #004700;
}
ol{
    display: inline-block;
    text-align: left;
}
ul{
    display: inline-block;
    text-align: left;
}