.account_sub_body{
    margin: 20px;
    max-width: 500px;
}
.accNavig{
    font-size: xx-large;
    padding: 10px;
    background-color: rgb(161, 233, 233);
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    border-radius: 8px;
    border: brown 1px solid;
}
.addressHolder{
    padding: 10px;
    background-color: rgb(161, 245, 217);
    margin-top: 5px;
    margin-bottom: 5px;
}

.eachLine{
    background-color: rgb(200, 243, 158);
    margin: 5px;
    padding: 3px;
}
.notProvided{
    display: none;
    color: rgb(226, 43, 83);
}
.accButton{
    padding: 8px;
    margin: 10px;
    font-size: x-large;
    background: salmon;
    border-radius: 8px;
}
.boxTitle{
    font-size: x-large;
    font-weight: 600;
}
.inputBox{
    width: 90%;
    padding: 5px;
    font-size: large;
}
.edit{
    font-size: larger;
    color: black;
    font-weight: 800;
    border-radius: 8px;
}
#addressEdit{
    display: none;
}
#personalEdit{
    display: none;
}