@CHARSET "UTF-8";

.images{
    margin: 2em 0;
    text-align: center;
    min-height: 180px;
}
.images img{
    border: 0;
    margin: 8px;
    -moz-box-shadow: 0 0 10px #ddd;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
}
h3.title{
    color: #DF286D;
    font-size: 30px;
    font-weight: normal;
    line-height: 45px;
    margin: 0;
    text-transform: uppercase;
}
