body{
    font-family: system-ui, sans-serif;
    font-size: 100% ;
    line-height: 1.5em;
}

h1{
    font-size: 1.5em;
}

h2{
    font-size: 3em;
}

section.first{
color:red;
background-color: tan;
}

section.second{
color:blue;
background-color: cadetblue;
}

ol.words {
    list-style:decimal-leading-zero;
    padding-left: 2em;
}

ul.words {
    list-style:circle
    padding-left: 1em;
}

dl.terms {
    padding-left: 2em;
}

p#last{} /* for using ID # replaces the period*/


i{
    font-style: normal;
    text-transform: uppercase;
}

section.first h4{
    text-transform: uppercase;
}
h1, h2{
    text-transform: uppercase;
}

a{
    text-decoration: line-through;
    color: black;
}