.demoShop {
    background-color: #faed49;
    color: #000;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 28px;
    z-index: 9999;
    opacity: 0.9;
}