#event {
    font-weight: bold;
    background: rgb(252,191,203);
    background: linear-gradient(45deg, rgba(252,191,203,1) 35%, rgba(127,205,228,1) 100%);
}

#event i {
    font-size: 1.2em
}