#credit-banner {
    background-image: url(../media/images/iceland-terrain.jpg);
}

.credit-table {
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow-x: auto;
}

table,
caption {
    text-align: left;
    margin: 5rem 1rem;
    border-collapse: collapse;

}

th,
td {
    border: 0.0625rem solid var(--text-color);
    padding: 1rem;
}

/* Specific Link Styling for Table on Credit Page */
td a {
    color: var(--text-color);
}

td a:hover {
    color: #ffffff;
}

/* Displays Blue if light mode is preferred */
.table-names.th {
    color: var(--primary-color);
}