
    #copy-banner {
    color: white;
    cursor: pointer;
}

#top-banner {
    background: #5e5f3e;
    line-height: 20px;
    color: white;
    padding: 5px 0px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    overflow: visible !important;
    justify-content: center;
    gap: 15px;
    align-items: center;
    position: relative;
}


