.body {
    background-color: #f0f0f0 !important;
}

#deleteAccount {
    width: 900px;
    margin: 50px auto;
    background: #fff;
    padding: 40px 70px;
    max-width: 100%;
    border-radius: 5px;
}

#deleteAccount p {
    color: #333 !important;
}