.img-box {
    text-align: center;

    img {
        width: 60%;
        filter: drop-shadow(5px 5px 5px #222);
    }
}
