.imageReel
{
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.imageReel img
{
    width: 20%;
    margin: 20px;

    border-radius: 10px;

    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.65);
}