body, html {
    overflow-x: hidden;
    overflow-y: auto;
    color: black;
}

.box{
    color: black;
    /* height: 100vh; */
    margin: 0 auto 0;
    min-height: none;
}
#account_del .box {
    height: auto;
}
.account_del-img-box img{
    border-radius: 10px;
}