.polaroid {
    display: flex;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
    width: 100%;
    justify-content: center;
    margin: 20px 0 20px 0;
}