.card-container {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.card {
    width: 100%;
    margin-bottom: 1rem;
}