div{
    display: flex;
    justify-content: space-around;
    align-content: space-around;
}
img{
    max-width: 100%;
    width: 16%;
    cursor: pointer;
}