/* Highlight the gallery link */
.page-header tr:nth-child(2) td:nth-child(4),
.page-header tr:nth-child(3) td:nth-child(4) {
    background-color: var( --selected-link-color );
}

.scrapbook {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction:  row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap:  30px;
}

.scrapbook a {
    width: 200px;
    height: 150px;
    object-fit: contain;
}

.scrapbook img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
