#install-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #007bff;
    text-align: center;
    padding: 10px;
    z-index: 1000;
    color: white;
    font-size: 16px;
    display: none;
}

#install-banner button {
    margin-left: 10px;
    padding: 10px 20px;
    background-color: white;
    color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

