body {
  background-color: rgb(255, 255, 255);
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
}

h1 {
  text-align: center;
  background-color: rgb(225, 168, 177);
  margin: 30px;
}

h2 {
  text-align: center;
  background-color: rgb(225, 168, 177);
  margin: 30px;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

header ul {
  display: flex;
  list-style-type: none;
  gap: 0.5rem;
  padding-right: 1.5rem;
}

main div img {
  width: 100%;
  height: 100%;
  color: rgb(44, 40, 40);
  display: flex;
  flex-direction: row;
  object-position: center;
  margin: 50px;
  padding: 20px;
}

form ul li {
  list-style: none;
  text-align: center;
  padding: 10px;
}

.footerp h2 {
  font-size: large;
  margin: 20px;
}

.animacion:hover {
  transform: scale(1.2);
}

.animacion {
  transition: transform 0.3s ease-in-out;
}

@media screen and (max-width: 1000px) {
  header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  main div img {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .footerp {
    flex-direction: column;
    padding: 20px;
  }
  .footerp h2 {
    font-size: large;
    color: rgb(44, 40, 40);
    padding: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
