﻿.event-card {
    margin: 1rem auto;
    position: relative;
}

.event-card-body {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 10px;
    color: white;
}

.event-card-body-text {
    background-color: black;
    padding-left: 5px;
    padding-right: 5px;
    font-size: large;
    font-weight: bold;
}
