.button-container {
    text-align: center;
}

.view-more {
    width: 100px;
    height: 50px;
    background-color: #000;
    color: #fff;
    border: 2px dashed #fff;
    border-radius: 20px;
    cursor: pointer;
}

.sticky-footer {
    text-align: center;
    width: 95%;
    background-color: #000;
    color: #fff;
    display: flex;
    position: absolute;
    border-radius: 20px;
    left: 40px;
    right: 10px;
    display: none;
}

.sticky-footer.active {
    text-align: center;
    width: 95%;
    background-color: #000;
    color: #fff;
    display: flex;
    position: absolute;
    border-radius: 20px;
    left: 40px;
    right: 10px;
}

.sticky-footer ul li{
    text-decoration: none;
    text-decoration-style: none;
}