.TopBar {
    justify-content: center;
    place-items: center center;
    height: 2.5rem;
    background-color: var(--orange-marketing-600); /* Dayshape Orange */
    color: var(--white);
    display: flex;
    flex-direction: row;
    transition: 150ms ease-in;
    width: 100%;
    padding: 2px;
}
