producto {
    display: block;
    margin-bottom: 20px;
}
nombre {
    font-family: Arial;
    font-size: 20px;
    color: black;
    font-weight: bold;
    display: block;
}
codigo {
    font-family: Arial;
    font-size: 12px;
    color: grey;
    display: block;
}
precio {
    font-family: Arial;
    font-size: 20px;
    color: red;
    font-weight: bold;
}
moneda {
    font-family: Arial;
    font-size: 12px;
    color: red;
}