#mobile-button{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 12px 0;
    background: #000;
    display: flex;
    justify-content: center;
    z-index: 9999;
}