<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gallery {
    list-style-type: none;
}

.gallery li {
    float: left;
    margin: 0 10px 10px 0;
    width: 250px;
    min-height: 350px;
}

.gallery li p {
    text-align: center;
}

.gallery li p strong {
    font-style: italic;
}

.gallery img {
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}
div.hr-slate {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #54585a;
    clear: both;
}
.grey-heading-upper {
    text-transform: uppercase;
    color: #888b8d;
}</pre></body></html>