.d-flex {
    display: flex;
    align-items: center;
}
.card {
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.card h2 {
    font-weight: bold;
}
.mt-4{
    margin-top:1.5rem!important
}