
.card{
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}

.card_header{
    font-weight: bolder;
}