ul{
    list-style-type: lower-greek;
    background-color: bisque;
    padding: 20px 40px;
    list-style-position: outside;
    margin: 5px;
}
ol{
    list-style-type: square;
    background-color: aquamarine;
    padding: 20px 40px;
    margin: 5px;list-style-position: inside;
}