
div {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #888484;
    padding: 10px;
    margin: 10px;
}

div:nth-child(1) {
    background-color: #9b4dca;
    font-style: oblique; /*esta chingadera es la practica 3*/
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.678); /*sombra misteriosa*/



}

div:nth-child(2) {
    background-color: #6a2c8d;
    font-style: italic; /*esta chingadera es la practica 3*/
    font-weight: bold; /*negrito cocotero*/
    font-size: 18px;



}

div:nth-child(3) {
    background-color: #540081;
    text-transform: uppercase; /*te las hace aca mayusculas*/
    font-style: normal;  /*esta chingadera es la practica 3*/
    font-weight: bold;

}
