.header {
  width: 100%;
  height: 250px;
  font-size: 2.5em;
  color: rgb(222, 215, 243);
  background-image: url("../img/Portada.jpg");
  background-size: cover;
  background-position: center;
}

.title {
  padding-top: 45px;
  padding-left: 50px;
}

.main_title {
  margin-top: 15px;
  padding-left: 50px;
}

.header h1 {
  margin: 0px;
  font-weight: 300px;
}

h2 {
  font-size: larger;
  color: rgb(96, 90, 117);
  text-align: center;
}

body {
  font-family: "Lucinda Sans", "Lucinda Sans Regular", "Lucinda Grande",
    "Lucinda Sans Unicode", Geneva, Verdana, sans-serif;
}

.products {
  width: 80%;
  margin: auto;
}

.products td {
  width: 50%;
  padding: 2em;
  font-size: 18px;
}

.products img {
  width: 100%;
  border: solid 1px rgb(255, 255, 255);
}

.footer {
  height: 3em;
  line-height: 3em;
  background-color: rgb(122, 146, 253);
  color: white;
  text-align: center;
  font-weight: 900px;
}

.footer a {
  text-decoration: none;
}
