
* {
font-size: 40px;
}

h1 {
    color: green;
}

h1:hover{
    background-color: rgba(255, 153, 0, 0.911);
    color: aqua;
    text-align: center;
}

h2 {
color: rgb(6, 226, 79);
}

p {
color: gold;
}

img {
    width: 200px;
}
ul {
    color: coral;
}

section #titulo_productos {
    font-size: 70px;
}

img{
    width: 500px;
}

img:hover{
    width: 1000px;
}

body{
    font-family: "Honk", system-ui;
}

/* fuente de google font: 
.honk-<uniquifier> {
    font-family: "Honk", system-ui;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "MORF" 15,
        "SHLN" 50;
} */
