
body {
  background-color: #fff5f7;
  color: #7a1f2b;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 80rem;
  margin: auto;
}

header {
  background-color: #e63946;
  color: white;
  text-align: center;
  padding: 2rem;
  border-radius: 1rem;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  color: #c1121f;
  text-decoration: underline;
  font-size: 1.8rem;
}

h3 {
  color: #a4133c;
  font-size: 1.2rem;
}



section {
  background-color: #ffe5ec;
  margin-top: 2rem;
  padding: 1.5rem;
  border: 0.1rem solid #ff758f;
  border-radius: 1rem;
}



img {
  width: 100%;
  max-width: 20rem;
  height: auto;
  border-radius: 1rem;
  border: 0.15rem solid #ff4d6d;
}



figure {
  background-color: white;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 1rem;
  border: 0.1rem solid #ff8fa3;
}

figcaption {
  margin-top: 0.5rem;
}


#intereses ul {
  list-style: heart;
}

#intereses li {
  background-color: #fff0f3;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
}



.mockups {
  list-style: none;
}

.mockups li {
  margin-bottom: 1rem;
}



footer a {
  color: white;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  opacity: 0.8;
}



footer {
  background-color: #c1121f;
  color: white;
  text-align: center;
  padding: 2rem;
  margin-top: 2rem;
  border-radius: 1rem;
}


footer img {
  max-width: 8rem;
  margin: 0.5rem;
  opacity: 0.9;
}