/* style.css */
body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.header {
    height: 8em;
    background-image: url("../imgs/fondo.jpg");
    background-size: cover;
    background-position: center;
    color: white;
    font-size: 2em;
}
.header h1 {
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0.5em;
    padding-left: 0.5em;
    font-weight: 400;
}
.header p {
    font-size: 0.6em;
    padding-left: 2em;
    color: rgb(91, 92, 93);
}
.products {
    width: 90%;
    margin: auto;
}
.products td {
    width: 50%;
    padding: 1em;
    padding-right: 0%;
}
.products img {
    width: 80%;
}
.products p {
    text-align: left;
    font-size: 1.3em;
}
.products h2 {
    text-decoration: underline;
}
.footer {
    height: 3em;
    line-height: 3em;
    background-color: rgb(95, 94, 92);
    color: white;
    text-align: center;
    font-weight: 3em;
}
