:root {color: chocolate;}

* {margin: 0px;padding: 0px;}

a[href$=".pdf"] {color: red;}
a[href$=".html"] {color: green;}
a[href^="mailto:"] {color: orange;}
p::first-letter {color: blueviolet; font-size: 30;}
p::first-line {color: rgb(226, 43, 217);}
p + p {font-family: 'Courier New', Courier, monospace;} 
ul li:nth-child(odd) {color: rgb(220, 183, 20);}
ul li:nth-child(even) {color: rgb(124, 110, 66);}
ul li:nth-child(3n) {color: rgb(52, 78, 243);}
ul li:nth-child(2) {color: crimson;}
ul li:nth-last-child(2) {color: crimson;}
ul li:last-child {color: chocolate;}
ul li:first-child {color: darkcyan;}

p input:checked + span {color: green;}

header {
    background-color: aquamarine;
    width: 50vw;
    font-size: 25px;
    height: 20vh;
}
section {
    width: 30%;
    background-color: aqua;
}

div.grande {
    width: 1px;
    font-size: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999cqb;
}

div.hola {
    border: 15px solid black;
    width: 150px;
    height: 200px;
    padding: 25px 10px 10px 220px;
    margin: 25px 10px 10px 220px;
}
span.adios {
    border: 1px solid red;
    width: 150px;
}

/* Tower of Elongated Runs */ 
ul.toer {
    li:first-child {color: rgb(0, 255, 0);}
    li:nth-child(2) {color: rgb(0, 189, 0);}
    li:nth-child(3) {color: rgb(0, 134, 0);}
    li:nth-child(4) {color: rgb(0, 63, 0);}
    li:nth-child(5) {color: rgb(0, 15, 0);}
    li:nth-last-child(5) {color: rgb(0, 15, 15);}
    li:nth-last-child(4) {color: rgb(0, 63, 63);}
    li:nth-last-child(3) {color: rgb(0, 104, 134);}
    li:nth-last-child(2) {color: rgb(0, 120, 189);}
    li:last-child {color: rgb(0, 134, 255);}
}

/* Tower of True Skill */ 
ul.tots {
    li:first-child {color: rgb(0, 0, 0);}
    li:nth-child(2) {color: rgb(39, 0, 0);}
    li:nth-child(3) {color: rgb(68, 0, 0);}
    li:nth-child(4) {color: rgb(94, 0, 0);}
    li:nth-child(5) {color: rgb(110, 0, 0);}
    li:nth-last-child(5) {color: rgb(140, 0, 0);}
    li:nth-last-child(4) {color: rgb(186, 0, 0);}
    li:nth-last-child(3) {color: rgb(194, 0, 0);}
    li:nth-last-child(2) {color: rgb(255, 0, 0);}
    li:last-child {color: rgb(255, 97, 97);}
}