#deleteaccount {
    padding-top: 5vh;
}

.deleteaccount__instructions {
    margin-bottom: 3rem;
    padding: 0vh 5vw 0vh 5vw;
}

.deleteaccount__button {
    background-color: var(--bg-error);
}