.filterDiv {
    float: left;
    color: #ffffff;
    width: 200px;
    font-family: fmmalithix;
    font-size: 21.1167px;    

    text-decoration: none;
    text-align: center;
    margin-top: 10px;
    margin-left: 23px;
    margin-right: 23px;
    display: none;
}

.filterDiv p {
    font-size: 1.1vw;

    line-height: 1.5;

    font-family: "fmmalithix";
    text-decoration: none;
    color: #2d2d2d;
    text-align: center;
    font-size: 20px;
    padding-top: 6px;
}

.filterDiv a {
    text-decoration: none !important;
}

.show {
    display: block;
}

.container {
    margin-top: 20px;
    overflow: hidden;
}

.btn {
    cursor: pointer;
    font-family: fmmalithix;
    font-size: 1.1vw !important;
    color: #3c3b3b;
    border-radius: 0%;
    background-color: rgb(255, 221, 164);
}

.btn:hover {
    color: white;
}

.btn:active {
    color: white;
    text-decoration: none;
}

.container {
    overflow: hidden;
}