#calendar {
    min-height: 700px;
    min-width: 375px; 
    position: relative;
}
.event a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.bg-red-alt {
    background-color: #fe223c !important;
}

