body {
    background-color: beige;
    color: black;
}

header {
    margin-bottom: 12px;
    text-align: center;
}

main#photos {
    min-height: 100px;
    display: flex;
    flex-direction: row;
    padding: 8px;
}

main#photos section {
    min-height: 100px;
}

.thumbnails {
    flex: 1 0 360px;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    gap: 8px;
}

#bigsection {
    text-align: center;
    padding-top: 12px;
    flex: 1 1 auto;
}

.thumbnails figure {
    flex: 0 0 150px;
    aspect-ratio: 1;
    background-size: cover;
    background-position: center;
}

#thumbnails figure:hover {
    cursor: pointer;
}

#bigimage {
    width: 95%;
}

#bigcaption {
    font-size: 2rem;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.figure1 {
    background-image: url(../images/penny1thumb.jpg);
}

.figure2 {
    background-image: url(../images/penny2thumb.jpg);
}

.figure3 {
    background-image: url(../images/penny3thumb.jpg);
}

.figure4 {
    background-image: url(../images/penny4thumb.jpg);
}

.figure5 {
    background-image: url(../images/penny5thumb.jpg);
}

.figure6 {
    background-image: url(../images/penny6thumb.jpg);
}

.figure7 {
    background-image: url(../images/penny7thumb.jpg);
}

.figure8 {
    background-image: url(../images/penny8thumb.jpg);
}

