body{
    _background-color:beige !important;
    background-color: darkkhaki;
    background-size:300px;
    background-repeat:repeat;
    background-attachment:fixed;
    background-position: top;

}

ul{
    list-style-image: url("../img/BMW-Logo-PNG-File.png");
}

ol{
    list-style-type: lower-roman;
    background-color: rgb(79, 161, 69);
}

ol li{
    background-color: rgb(248, 250, 250);
    margin: 5px;
}

ol li:nth-child(2n-1){
    background-color: rgb(13, 51, 223);
}