body {
    background-image: url(/imagenes/hellokitty12.jpg);
display: flex;
flex-direction: column;
justify-content: column;
padding: 25px;
margin: 10px;
border-style: solid;
border-width: 15px;
border-color: rgb(14, 1, 10);
height: 1420px;

}

h1{
    color: rgb(10, 1, 7);
    font-family: 'Times New Roman', Times, serif;
    border-style: double;
    border-width: 15px;
    border-color: rgb(228, 87, 174);
display: flex;
flex-direction: row;
justify-content: row;
padding: 25px;
margin: 10px;
padding: 25px;
}

h2{
     color: rgb(20, 4, 17);
    font-family: 'Times New Roman', Times, serif;
}

label{
color: rgb(14, 1, 10);
    font-family: 'Times New Roman', Times, serif;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    
}

form{
    color: rgba(15, 1, 14, 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);


}