body { background-color: var(--bs-body-bg); color: var(--bs-body-color); }
.card { border: 0; border-radius: .5rem; }
.table td, .table th { vertical-align: middle; }
.navbar-brand { font-weight: 600; }
.avatar-wrap { width: 128px; height: 128px; }
.avatar-img { object-fit: cover; width: 128px; height: 128px; }
.avatar-change { bottom: 0; right: 0; transform: translate(20%, 20%); border-radius: 999px; }
