.date {
    font-size: 1.25rem;
}

.day{
    min-height: 100px;
}

.event {
    display: block;
    padding: .2rem;
    margin-bottom: .1rem;
    cursor: pointer;
}

@media screen and (max-width: 576px) {
    .date {
        margin-left: 15px;
    }
    
}

.today {
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: red;
    color: white;
    border-radius: 50%;
    margin-left: 1rem;
}

