div#kb-top {
    width: 100%;
    height: 80px;
    background-color: #1b2a59;
    position: fixed;
    top: 0;
    z-index: 500;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}