body{
    background-color: bisque;
}

h1{
    text-align: center;
    color:rgb(6, 54, 6);
}

ol{
    list-style-type:lower-roman;
}

ol ol{
    list-style-type:upper-alpha;
    color:blue;
}

summary{
    font-weight: bold;
    color:purple;
    font-size:xx-large;
}

ul{
    list-style-type: disc;
}
ul ul{
    list-style-type:circle;
}

dt{
    font-weight:bold;
    color:crimson;
}

dd{
    margin-left: 20px;
    font-family:Arial, Helvetica, sans-serif;
}