
figcaption {
    font-size: 1.4em;
    padding: 25px;
}

section {
    padding: 20px;
}
section h1,
section p:first-of-type {
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: white;
}
section h1 {
    font-size: 1.8em;
    margin-top: 40px;
}

section p {
    margin-bottom: 80px;
}




/*gallery display preview images*/
.preview {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    margin: 10px 40px;
}

.preview img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 25px;
}

.preview figure {
    margin: 0;
    width: 250px;
    text-align: center;
}

