.fixed-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #222;
    color: white;
    padding: 10px;
    z-index: 1000; /* Muy alto para que siempre esté encima */
}