body {
    padding-top: 30px;
}

#topBanner{
    position: absolute;
    top: 0;
    height: 30px;
    z-index: 900;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    background: linear-gradient(180deg, #2f65f5 0%, #0044c9 100%);
    cursor: pointer;
    color: white;
    padding: 5px;
    font-family: sans-serif;
}
