
#pfForm1{
    text-align: center;
}
#pfForm1 img{
    width: 225px;
    height: 150px;
    box-shadow: 6px 0px 5px black;
}
#pfForm1 img:hover{
    background-color: beige;
    box-shadow: none;
    cursor : pointer;
}
