body{
 background-image: url(pinal.jfif);
}

section{
    border-radius: 50px;
    margin: 20px;
    padding: 15px;
    background-color:rgba(166, 205, 255, 0.932);
    width: auto;
    height: auto;
   border-style:solid;
border-width: 5px;
border-radius: 15px;
border-color:rgb(111, 173, 255);  
}
button{
    margin: 15px;
   width: 250px;
   height: 50px;
    background-color: rgb(198, 232, 255);
    border-style: solid;
    border-color: rgb(27, 112, 168);
    padding: 3px;
}
.contenedor{
    display: flex;
    align-items: center;
    gap: 20px;
}

.foto{
    width: 300px;
    margin: 20px;
}

.botones{
    display: flex;
    flex-direction: column; /* uno debajo del otro */
    gap: 20px;
}


h2{
  margin: 10px;
    padding: 5px;
   background-color: rgba(164, 211, 255, 0.918);
    font-family:'Times New Roman', Times, serif;
    display:flex;
flex-direction:row ;
justify-content: center;
border-style:solid;
border-width: 5px;
border-radius: 15px;
border-color:rgb(111, 173, 255);   
  display: flex;
    flex-direction: row;
    align-items: center;
    color: rgb(255, 255, 255);
    font-style: oblique;
    font-family: 'Times New Roman', Times, serif;
}

h3{
    background-color: rgb(213, 223, 255);
    justify-content: center;
border-style:solid;
border-width: 4px;
border-radius: 15px;
border-color:rgb(111, 173, 255);  
width: 300px;
  display: flex;
    flex-direction: row;
    align-items: center;
    color: rgb(32, 84, 119);
    font-style: oblique;
    font-family: 'Times New Roman', Times, serif;
}

article{
      padding: 15px;
    margin: 15px;
    background-color: rgb(213, 223, 255);
    width: 700px;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 25px;
    border-style: solid;
    border-color: rgb(40, 147, 218);
      color: rgb(32, 84, 119);
    font-style: oblique;
    font-family: 'Times New Roman', Times, serif;
}

footer{
    display: flex;
    flex-direction: row;
       background-color: rgb(213, 223, 255);
       border-style:solid;
border-width: 4px;
border-radius: 15px;
border-color:rgb(111, 173, 255);  
border-radius: 30px;
}
h4{
       background-color: rgb(213, 223, 255);
    justify-content: center;
border-style:solid;
border-width: 4px;
border-radius: 15px;
border-color:rgb(111, 173, 255);  
width: auto;
height: auto;
  display: flex;
    flex-direction: row;
    align-items: center;
    color: rgb(32, 84, 119);
    font-style: oblique;
    font-family: 'Times New Roman', Times, serif;
}
