.title-bar {
    background-color: var(--orange);
}

.split {
    display: flex;
    gap: 2em;
    width: 100%;
    max-width: 80em;
}

@media screen and (max-width: 750px) {
    .split {
        flex-direction: column;
    }
}