nav {
    display: block;
    padding-top: 15px;
    padding-bottom: 7px;
}

#navbar_content_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#navbar_st_icon_container {
    width: fit-content;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#navbar_st_icon {
    width: auto;
    height: 100px;
    color: light-dark(var(--not_so_dark), var(--not_so_white));
    fill-rule: evenodd;
    clip-rule: evenodd;
    stroke-linecap: round;
    stroke-miterlimit: 1.5;
}

#navbar_st_icon:hover {
    filter: drop-shadow(0 0 0.1rem var(--not_so_white));
}


#navbar_temp_jollycat_container {
    display: flex;
    width: fit-content;
    height: auto;
    justify-content: space-between;
    align-items: center;

}

#navbar_jollycat_gif {
    width: auto;
    height: 100px;
}