body{
    background-color: rgb(166, 255, 152);
    background-image: url("../imagenes/water1.gif");
    
    background-size: 100px;
}

#azul{
    color: blue;
}

.pecera {mix-blend-mode: hard-light;
    background: rgb(2, 0, 36);
    background: linear-gradient(357deg, rgb(4, 0, 80) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
}

#rojo{
    color: red;
}

.titulo{
    font-size: 2em;
}

.parrafo{
    font-style: italic;
}
