body {
    background: #ffffff;
    font-family: times, serif;
    color: rgba(0, 0, 0, 0.6);
    font-size: 3rem;
    line-height: 4rem;
}

a {
    color: #e35449;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #e3a149;
}

.center {
    text-align: center;
}

.painting {
    max-width: 85vw;
}

.painting-text {
    position: relative;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
}

.colophon {
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
    padding-right: 3%;
    position: relative;
}