*{
    margin: 1rem;
}

h1{
    justify-content: center;
    text-align: center;
    color: rgb(182, 127, 170);    
}

body{
    display: flex;
    flex-direction: column;
    background-color: rgb(240, 237, 232);
    color: rgb(0, 0, 0);
}


.formulario{
    background-color: rgb(222, 204, 224);
    color: rgb(0, 0, 0);
    outline: none;
    border: 2px solid white;
    font-size: 1.1rem;
}

.formulario input[type="text"]{
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    background-color: transparent;
    border-bottom: 6px solid rgba(212, 255, 233, 0.1);
}

figure, h4, h5{
    display: flex;
    justify-content: center;
}

a{
    color: rgb(182, 127, 170);
}

.formulario input[type="submit"] {
    background-color: #ffffff;
    color: rgb(157, 115, 148);
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    margin-top: 10px;
}

h6{
    text-align: right;
}

video{
    display: block;
    width: 80%;
    max-width: 800px;
    height: auto; 
    margin: 30px auto; 
    border: 2px;
    border-radius: 8px;
}

h4{
    justify-content: left;
}
