*{
    margin: 0%;
    padding: 0%;
    text-decoration: none;
}

header, .volver{
    text-align: start;
    color: #ffffff;
}

  body{
    background-color: #ffffff;
    text-align: center;
    align-items: center;
  }
form{
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 30%;
    display: flex;
    flex-direction: column;
    position: center;
    top: 40%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    text-align: center;
    align-items: center;
    
}
h1{
    text-align: center;
    margin-bottom: 10px;
    font-size: 3em;
}
h2{
    text-align: center;
    margin-bottom: 10px;
    font-size: 2em;
}
.input1{
    margin-bottom: 5px;
}
.input2{
    width: 80px;
}
img{
    width:300px; height:auto;
}