
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: moccasin;
}
section.second {
	color: green;
	background-color: silver;
}

ol.words {
	list-style-type: decimal-leading-zero;
}

.words {
	list-style-type: circle;
	padding-left: 1em;
}
.words {
	padding-left: 2em;
}

i {
	font-style: normal;
}

section.first h4, section.second dt {
	text-transform: uppercase;
}

h1,h2,h3 {
	text-transform: uppercase;
}

a {
	text-decoration: line-through;
	color: black;
}
