.calendar-item{
    padding: 0.5em 0.5em;
    margin: 0.5em 0.2em;
    background: LightYellow;
}
.calendar-date{
    margin-top: 0.5em;
    font-weight: 600;
    font-size: 90%;
    text-decoration: underline;
}
.calendar-title{
    margin: 0.1em 0em;
    font-weight: 600;
}
