@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

*{
  font-family: 'Poppins', sans-serif;
}

body{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

h1{
    width: 100%;
    text-align: center;
    font-size: 7vw;
}

p{
    width: 100%;
    text-align: center;
    font-size: 4vw;
}

img{
    top: -500px;
    width:75%;
}

.formulario{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.contenedorbotones{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
}

.btns{
    width: 40%;
    height: 100%;
    background-color: #0000ff;
    color: #ffffff;
    font-size: 4vw;
    border: 0px;
    border-radius: 30px;
    margin: 2px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

#email{
    width: 100%;
    border-radius: 5px;
    border: 1px black solid;
}

#contra{
    width: 100%;
    border-radius: 5px;
    border: 1px black solid;
}