.peek-a-bar {
    margin: 0;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100000 !important;
    
}

.custom-bar {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: "museo-sans", sans-serif;
}

