body {
    background-image: url(/imagenes/hellokitty8.webp);
display: flex;
flex-direction: column;
justify-content: column;
padding: 25px;
margin: 10px;
border-style: solid;
border-width: 15px;
border-color: rgb(131, 201, 241);
height: 1420px;

}

h1{
    color: rgb(159, 227, 248);
    font-family: 'Times New Roman', Times, serif;
    border-style: double;
    border-width: 15px;
    border-color: rgb(252, 161, 217);
display: flex;
flex-direction: row;
justify-content: row;
padding: 25px;
margin: 10px;
padding: 25px;
}

h2{
     color: rgb(231, 96, 202);
    font-family: 'Times New Roman', Times, serif;
}

label{
color: rgb(241, 27, 188);
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    
}

form{
    color: rgba(223, 114, 214, 0.993);
    font-family: 'Times New Roman', Times, serif;
    
}
footer{
  margin: 10px;
    padding: 25px;
display: flex;
flex-direction:row;
justify-content: space-between;
background-color: rgb(252, 94, 204);
border-style: double;
border-width: 15px;
border-color: rgb(206, 224, 250);


}