/* Add custom rules here... */
.img-flex{
    display: flex;
    flex-wrap: wrap;
    flex-basis: 500px;
    justify-content: center;


}

.img-box{
    width: 250px;
    /* height: 250px; */
    margin: 20px;
    padding: 20px;
    /* background-color: aquamarine; */
}

.img-box a{
    text-decoration: none;
}
