.extlink {
    color: black;
}

th,td {
    border-bottom: 2px solid rgba(0,0,0,0.06);
    padding: 10px 20px;
}

.offset1 {
    padding-left: 30px;
}

.offset2 {
    padding-left: 40px;
}

#index-pictures {
    display: flex;
}

.index-pictures {
    width: 95%;
}

.index-pictures img {
    box-shadow: var(--verytiny--shadow);
    border: 1px solid rgba(0,0,0,0.06);
    transition: box-shadow 1s, border-color 1s;
}
.index-pictures img:hover {
    box-shadow: var(--tiny--shadow);
    border: 2px solid rgb(185, 185, 185);
}