body{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-image: url("/imagenes/imagenfondo.jpeg");
background-size: cover;
background-color:rgba(248, 0, 112, 0.884);
}

header{
 
 color:black;
 width:1340px;
 border-radius: 24px;
 border-style:solid;
 border-color:rgb(0, 0, 0);
}
h1{
font-size: 32px;
color:plum ;
}


h2{
font-weight:300;
font-size:24px;
color:black;
}
article{
margin:10px;
padding:10px;
background-color:rgb(241, 110, 213);
width: 250px;px;
height:300px;
border-style:solid;
border-width:5px;
border-radius:25px;
}


section{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  flex-wrap: wrap;
}


footer{
 display:flex;
flex-direction:row;
justify-content:space-between;
background-color:rgb(252, 144, 219);
border-radius: 25px;
}


figure{

height: 150px;
width: 120px;
}

.logo{
width: 150px;
height: 150px;
border-style: solid;
border-radius:360px ;
}
.encabezado1{
  width: 90%;
}
.figura1{
  width: 10%;
}
.boton-lista{
  display:inline-block;
  padding:10px 20px;
  background-color:rgb(255, 161, 231);
  COLOR:white;
  text-decoration:none;
  border-radius:bold;
  transition:backgroup-color 0.3 ease;
}
.boton-lista:hover
{background-color: rgba(255, 192, 203, 0.747);}
.imagen1{
  width: 150px;
  height: 150px;
  border-radius: 360px;
}
.nombre{
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-size: 54px;
color: rgb(241, 0, 161);
margin: 15px;
padding: 15px;
}

.titulo1{
  font-family: 'Courier New', Courier, monospace;
  font-size: 32px;
  color: rgb(243, 9, 118);
}

.encabezado{
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: rgba(247, 78, 134, 0.603);
}