body {
    background-color: lightblue;
}

.parrafo {
    color: palevioletred;
    font-size: 80px;
    font-weight: 600;
    text-decoration: underline;
}

/* p::first-letter {
    color: orange;
    font-size: 100px;
} */

button:hover {
    background-color: yellow;
}

div {
    width: 300px;
    /* height: 150px; */
    border: 3px dotted black;
    padding-top: 20px;
    margin: 40px;
    background-image: url('descarga.jpg');
    background-size: cover;
}