.content-users {
    width: 100%;
    height: auto;
}

.content-users-table {
    width: 95%;
    height: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    border-radius: 7px;
    box-shadow: var(--box-shadow);
}

.content-register {
    width: 70% !important;
}

.header-users {
    width: 100%;
    height: auto;
}

.title-tab-users {
    margin-top: 1%;
    margin-bottom: 1%;
}

.content-users {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-users {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}