.highlight {
    font-weight: 700;
}


#custom-slide-footer {
    position: fixed;
    bottom: 0px;
    right: 0px;
    color: white;
    font-size: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#custom-slide-footer img.logo {
    height: 1.5em;
    width: 1.5em;
}

#custom-slide-footer div.name {
    display: flex;
    flex-direction: row;
}

#custom-slide-footer div.name span.terra {
    font-weight: 600;
}

