.gallerybar {
    font-family: 'Pixelify Sans';
    color: black;
    background-color: white;
    height: 8vh;
    width: 100vw;
    position: fixed;
}

.gallerybar_title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5vh;
}

.gallerybar_title img {
    margin: 1.15vh;
    height: 4.75vh;
}