
.Sticky{
    position: sticky;
    top: 0; /* required */
    background: var(--top-strip);
    overflow:hidden;
    height: 30px;
}
.stickyButns{
    height:100%; width:100%;
    display:flex;
    justify-content: space-around;
}