body{
    background-color: bisque;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: brown;
}
ul{
    list-style-image: url(../img/lista.png);
    background-color: aquamarine;
    color: mediumseagreen;
}
ol{
    background-color: cadetblue;
    list-style-type: upper-alpha;
}
ol li{
    background-color: burlywood;
}