*{
    padding: 0px;
    margin: 0px;
}
h2{
    color: white;
    font-size: 50px;
}

input{
    background-color: #3c3c3cbd;
    width: 100%;;
    height: 50px;
}

button{
    background-color: rgba(54, 52, 52, 0.636);
    border: none;
    height: 30px;
    width: 25%;
    margin-top: 10px;
}
form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    
}

#container{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#divformulario{
    display: flex;
    flex-direction: column;
}