body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.container { flex: 1; }
.member-card { margin-bottom: 20px; }
