div.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div.card-footer{
    display: flex;
    justify-content: flex-end;
}


.h-100 {
    height: 100% !important;
    background: rgb(27,62,61);
    background: linear-gradient(90deg, rgba(27,62,61,1) 0%, rgba(12,28,24,1) 100%);
}

