.containerfilter {
    padding: 4px;
}

body {
    background-color: #2d5cfd0a !important;
}

@media (max-width: 350px) {
    .filterButton {
        width: 14% !important;
        margin-right: 15px !important;
        box-shadow: 4px 4px #888888 !important;
    }
}

@media (max-width: 800px) {
    .filterButton {
        width: 15% !important;
        box-shadow: 6px 6px #888888 !important;
    }
}

@media (min-width: 800px) {
    .filterButton {
        width: 20% !important;
        box-shadow: 6px 6px #888888 !important;
    }
}



.filterButton {
    border: 2px solid #0000002b;
    border-radius: 4px;
    box-shadow: 10px 10px #888888;
    margin-right: 25px;
    cursor: pointer;
    background-color: white;
    margin-bottom: 20px;
    width: 20%;
}

.filterButton:hover {
    background-color: #17a2b83d;
}