.title {
    color: #d80a0a;
    font-family: monospace;
    font-size: 60px;
    text-align: center;
}
body {
    color: white;
    font-family: monospace;
    font-size: 20px;
}
.autoscale {
    max-width: 90%;
    align-content: center;
    margin: auto;
    display: flex;
    justify-content: center;
}

.image-row {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.image-row figure {
    margin: 0;
    max-width: 45%;
    text-align: center;
}

.image-row img {
    max-width: 100%;
    height: auto;
}

.image-row figcaption {
    font-size: 0.85em;
    margin-top: 8px;
    color: #ddd;
}

/* unvisited link */
a:link {
    color: #0caeff;
}

/* visited link */
a:visited {
    color: #a659ff;
}

.center,
th,
td {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid;
    border-collapse: collapse;
    padding: 5px;
}
