#account_module .configContainer {
    width: 90%;

    margin: auto;
    margin-top: 30px;
}

#account_module .configContainer button {
    min-width: 180px;
    height: 33px;
    border: none;
    background-color: rgb(43, 43, 43);
    color: white;
    border-radius: 4px;

}