
#eventAPI img {
    max-height: 300px !important;
    width: 100%;
    border-radius: 5px;
}

#eventAPI .card {
    border: none;
}

#eventAPI .events img {
    height: 100% !important;
    width: 100% !important;
}


#eventAPI .btn-outline-primary {
    color: #212529;
    border-color: #212529;
}

.upcoming {
    top: 25px;
    left: 0;
    background: #dc3545;
    color: #fff;
    padding: 3px 20px;
    height: fit-content;
    width: fit-content;
    border-radius: 0px 5px 5px 0px;
}
#eventAPI a {
    color: #333333;
    font-size: 1rem;
    text-decoration: none;
    margin-bottom: 4px;
    background-color: transparent;
    border: none;
    padding: 0;
}

#eventAPI .card-body a {
    text-decoration: none !important;
    color: black;
}