body {
    min-height: 100vh;
}

.card-soft {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.table td,
.table th {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}
