*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    position: relative;
    font-family: sans-serif;
}
/* section.gallery{
    position: relative;
    padding: 45px 0;
} */
#catalogg {
    flex-direction: column;
    align-items: center;
}
h2.title{
    font-size: 44px;
    font-weight: bolder;
    text-align: center;
    position: relative;
}

.gallery-list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    font-size: 0;
    margin-top: 30px;
    max-width: 1080px;
    margin: 0 auto;
}

.gallery a:hover{
    /* height: 200px; */
    width: 300px;
    margin: 20px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 10px #000;
    transition: all .2s linear;
}


.gallery-list {
    justify-content: center;
}



#gallery {
    display: block;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    transition: all .2s linear;
    padding-top: 60px;
    padding-bottom: 50px
}

