p {
    color: blue;
    background-color: pink;
    font-size: 12px;
}

.estiloso {
    color: red;
    font-size: 16px;
}

h2 {
    font-size: 50px;
}

div.estiloso {
    background-image: url("https://i.pinimg.com/originals/c9/9c/98/c99c98936a66370a09589509ca274001.gif");
    background-attachment: scroll;
    background-position: right;
    background-size: contain;
    background-size: 100px 100px;
    text-align: left;
    text-transform: capitalize;
}

body {
    background-image: url("https://lapancartadequintanaroo.com.mx/wp-content/uploads/2024/01/algo-tierno-los-tres-mapaches-pintores-que-son-la-sensacion-en-redes.png");

}

li > ul {
    color: greenyellow;
}

ul li + li {
    color: red;
}

div{
    border: double 10px red;
}