body{
    background-image: url(fondo1.jpg);
    background-size: 100vw 100vh;
    background-attachment: fixed;
    margin: 0;
}

@media screen and (max-width: 412px){
    h1 {
    margin-left: -160%;
    font-size: 130%;
    background-color: rgb(252, 221, 245);
    padding:2%;
    }


}

header{
    text-align: center;
    color:#B4224C;
    font-family: 'Francois One', sans-serif;
    font-family: 'Sansita Swashed', cursive;
    background-color:rgb(252, 221, 245);
    margin-right: 20em;
    text-align: center;
    margin-left: 20em;
    padding: -1px;
   border: outset;
    

}

form{
    width: 650px;
    margin: auto;
    background-color: #B4224C;
    padding: 40px 20px;
    box-sizing: border-box;
    margin-top: 45px;
    border: dashed 5px #00ffff;
  
}

h2{
    color:#00ffff;
    text-align: center;
    margin:0;
    font-size: 30px;
    margin-bottom: 15px;
}

input, textarea{

    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    box-sizing: border-box;
    font-size: 15px;
}

@media (max-width:480px){
    form, header{
        width: 100%;
    }
}

textarea{
    min-height: 100px;
    max-height: 200px;
    
}

.input{
   display: flex;
   margin-top:5px;
   width: 50%;
   margin: auto;
}

.input .enviar,.limpiar{
    height: 50px;
    background-color:#00ffff ;
    color:#B4224C;
    font-size: 20px;
    cursor: pointer;
    margin:0.5em;
    
}

.input .imagen1,.imagen2{
    width: 20%;
    margin-bottom:0;
}

.input :hover{
    color: black;
    background-color:rgb(252, 221, 245);
    

}

body .atras{
   width: 10%;
   background-color: #B4224C;
   color: aliceblue;
   margin-left: 45%;
   margin-top: 2%;
   margin-bottom: 1%;
   cursor: pointer;
   border: solid 5px aqua;
   border-radius: ;
   -webkit-border-radius:10%;
   -moz-border-radius:;
   -ms-border-radius:;
   -o-border-radius:;
}
