body{
    font-family:Arial;
    background-color:#FDB0C0;
    margin:20px;
    text-align:center;
    justify-content: center;
}
h1{
    color:white;
}
h2{
    color:blue;
}
    ol{
        display: inline-block;
        text-align:center;
    }
    ul{
        display: inline-block;
        text-align:center;
    }
