.custom-card {
    height: 200px;
    overflow:hidden;
}

.card-clickable {
    max-width: 100%;
}

.expanse {
    position: fixed;
    left: 5%;
    top: 10%;
    z-index: 1;
    width: 90%;
    height: 90vh;
    overflow: auto;
    transition-duration: 1s;
}
