.card {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(20, 20, 20, 0.08) 0px 1px 8px 0px;
    height: inherit;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 16px;
}

.card-header:first-child {
    border-radius: 16px 16px 0 0;
}
