/* alert box */
/* used for caneled events due to corona pandemic */
.alert-box {
    padding: 20px;
    background-color: #790081;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 400;
}
