body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    margin: 20px;
}

h1 {
    text-align: center;
    color: #333;
}

table {
    width: 50%;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

table th, table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

input[type="text"],
input[type="number"] {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

input[type="submit"] {
    padding: 8px 15px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #45a049;
}

#listaproductos th {
    background-color: #4CAF50;
    color: white;
}

#listaproductos td {
    text-align: center;
}

#img5 {
    margin-top: 20px;
    border-radius: 10px;
    transition: transform 0.3s;
}

#img5:hover {
    transform: scale(1.1);
}
