.item-img {
    height: 400px;
}

body {
    min-height: 100vh;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

label[for="id_userprofile-0-info"] {
    margin-bottom: .5rem;
}

.row-button {
    --bs-gutter-x: 0;
}
