.highlight-bar {
    color: #fff;
}

.highlight-bar__wrapper {
    display: flex;
    align-items: center;
}

.highlight-bar__wrapper--left {
    justify-content: flex-start;
}

.highlight-bar__wrapper--central {
    justify-content: center;
}

.highlight-bar__wrapper--right {
    justify-content: flex-end;
}

.highlight-bar__title {
    margin: 0;
    padding: 8px;
    font-size: 70px;
}
