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

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

