body {
    background-color: violet;
    
}

 ul{ 
  list-style-image: url(lista\ \(1\).png);
 }

 
 ol{
    list-style-type: upper-alpha;
    background-color: rgb(218, 62, 140);
 }
 ol li{
    background-color: aqua;
    margin: 5pc;
 }
 ol li:nth-child(2n-1){
    background-color: rgb(209, 14, 105);
    
 }
 li{
   background-color: plum;
 }
