
*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
.form-registro{
   
    width: 400px;
    background: tan;
    padding: 30px;
    margin: auto;
    margin-top: 100px;
    border-radius: 4px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: black;
}
.form-registro h4{
    font-size: 22px;
    margin-bottom: 20px;
}
.control{
    width: 300px;
    background: rgb(123, 208, 177);
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 16px;
    
}
h1{
    text-align: center;
    font-size: 70px;
    font-family: Showcard Gothic ;
    color: black;
    
}
body{
    
    background-image: url(ani.jpg);
    background-size: auto;
    background-size: no-repeat;
    background-size: cover;
    text-align: center;
}
.container{
    display: flex;
    
    
    
}
button{
    background-color: coral;
    padding: 20px;
    font-size: 16px;
    border: rgb(249, 62, 62);
    border-radius: 18px;
    cursor: pointer;
}


