
#scenes, #presenters, #event_log{
    background-color: var(--primary_color);
    display: flex;
    flex-direction: column;
    max-width: 60vw;
}

#scenes, #presenters{
    border-right: 1px solid var(--aux_color);
    flex-grow: 1;
}

#scenes_title, #presenters_title, #event_log_title{
    text-align: center;
    font-size: 1.2em;
    padding: 8px 0px;
    border-bottom: 1px solid var(--aux_color);
    font-weight: bold;
}