body {
    background-color: #000;
    padding: 10rem 0;
    margin: 0px;
}

.container {
    width: 68%;
    margin: 0 auto;
    padding: 0px;
    display: flex;
}

.content img {
    width: 300px;
    height: 200px;
    margin: 10px;
}

.content a:hover {
    opacity: 0.5;
}

.filters {
    width: 100%;
    text-align: center;
}

ul {
    list-style: none;
    padding: 1.3rem 0;
}

li {
    display: inline;
    padding: 10px 25px;
    font-size: 14px;
    color: #636363;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .2em;
    transition: all 1s ease;
}

li:hover {
    color: #000;
    background: #fff;
    transition: all 1s ease;
}

li:active {
    color: #000;
    background: #fff;
}
.lightboxOverlay {
    outline: 0;
}
.wrapper-h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}
.baslik {
    color: blueviolet;
}

@media (max-width:385px) {
    .container {
        margin: 0 2rem;
    }
}