main#edit-profile > section {
    max-width: 500px;
    height: 550px;
    color: var(--cor4);
    margin-top: 100px;

    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    align-items: center;
}
main#edit-profile > section > form {
    width: 400px;
    height: 350px;

    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    align-items: center;
}

main#edit-profile > section > form > div#fim-pagina > input {
    margin-top: 50px;
    align-self: center;
}

main#edit-profile > section > form > div#fim-pagina > a#logout {
    align-self: center;
}


main#edit-profile > section > form > div#fim-pagina > a#apagar-conta {
    text-decoration: none;
    padding: 5px 10px;
    background-color: var(--cor3);
    color: var(--cor5);
    font-weight: normal;
    align-self: flex-end;
    margin-top: -20px;
    margin-bottom: 200px;
    border-radius: 5px;
    z-index: 10;
}