body{
    background-color:rgb(10, 56, 51)
}

h1 {
    color: azure;
}

ul {
    list-style-type: decimal-leading-zero;
    background-color: rgb(44, 121, 121);
    margin: 7px;
    text-align: center;
}

ol{
    list-style-type: armenian;
    text-align: center;
}


ol li:nth-child(2n-1){
    background-color: rgb(0, 92, 92);
}

li {
    color: azure;
}