* {
  margin: 0;
  padding: 0;
  Box-sizing: border-box;
  background-color: rgb(239 227 203);
}

header {
  width: 100%;
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#multi h1 {
  font-family: "Baloo Paaji 2", sans-serif;
  font-size: 50px;
  font-weight: 800;
  color: black;
}

#multi {
  display: flex;
  align-items: center;
  justify-content: center;
}

.txt {
  margin-left: 30px;
}

.icon {
  margin-left: 600px;
  gap: 20px;
  display: flex;
}


.txt {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.fotos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 130px;
  gap: 70px;
  border-radius: 5%;
}

#img{
  transition: 0.5s ease-in-out;
}

#img:hover{
  height: 600px;
  
}

