body { background: rgb(255, 255, 255); } p { line-height: 120%; font-size: 18px; font-weight: 500; font-family: Arial, Helvetica, sans-serif; background-color: rgb(5, 141, 12); } span { font-size: 2em; color: black; } .block { color: red; font-size: 10px; } ul { list-style: lower-latin; } .block-2 { font-size: 5 0px; background-color: gray; } .block-2::before { content: 'before '; font-size: 0.5em; } ul li { font-size: 25px; color: rgba(12, 4, 49, 0.7); } ul li:first-child { color: sienna; } ul li:last-child { color: sienna; } ul li:nth-child(4) { color: rgb(255, 230, 0); } ul li:nth-last-child(3) { color: rgb(28, 136, 1); } li > span { color: blue; }