.custom-card {
    width: 270px;
    background-color: #343A4D !important;
    margin-right: 10px;
}

.wrap-cards{
    flex-wrap:wrap;
    margin-top: 10px
}

.no-overlap{
    overflow:auto;
}

.custom-text {
    text-shadow: 3px 2px 4px #000;
    padding: 0.5rem 1rem;
}
    .custom-text:hover {
        color: rgba(255, 255, 255, 0.75) !important; /* overrides the hover effect for the top right text */
    }

.text-shadow {
    text-shadow: 4px 2px 4px #000;
}
   