.top-bar {
    height: 50px;
    width: 100%;
    background-image: url('/static/imgs/multiCropped.jpg');
    background-size: cover;        /* scale to cover the div */
    background-position: top center;   /* center it */
    background-repeat: no-repeat;  /* don’t tile */
    display: flex;
    justify-content: space-between;
    align-items: center;           /* vertically center children */
}

#title-span-wrapper {
    align-items: center;
    justify-content: space-between;
    background-color: rgb(0 199 169);
    border: 4px solid rgb(0, 146, 124);
    border-radius: 25px;
    margin: 3px auto 3px auto;
    padding: 6px;
    color: white;
    font-weight: bold;
}

#ycon {
    height: 35px;
    margin-left: 10px;
}

#back-arrow {
    height: 30px;
    margin-right: 10px;
}