
.logobar {
    position: sticky;
    top: 0;
    width: 100%;
    height: 80px;
    background: white;
    box-shadow: gray 0px 0px 10px;
    z-index: 15;
}

.picbar{
    width: 450px;
    height: 80px;
    margin-left: 0px;
}

.picbar img{
    padding-top: 0px;
    width: 100%;
    height: 100%;
}
.wordbar {
    position: absolute;
    width: 230px;
    height: 40px;
    right: 0;
    bottom: 0;
    font-size: large;
}