.event-div {
    transition: color 0.2s ease-in-out;
}

.event-div:hover {
    color: darkred;
    background-color: #000;
}

.event-div {
    font-size: x-large;
    border: 1px solid #0dcaf0;
    border-radius: 10px;
    color: #f8f9fa;
    margin: 0.25rem 0;
    background-color: #000;
    cursor: pointer;
}

h1 {
    margin-bottom: 1rem !important;
}

h3 {
    color: #0dcaf0;
    margin-top: 1.5rem;
}



