span.author::after {
    content: ": "
}
span.title {
    font-weight: bold
}
span.title::after {
    content: ", "
}
span.kind::after {
    content: ", "
}

img.profile-photo {
    width: 100%;
    box-sizing: border-box;
}

@media print {
    img.profile-photo {
        width: 20%;
        box-sizing: border-box;
    }
}

a {
    color: #725368; 
}
a:hover {
    color: #8d7688; 
}

.container {
    background-color: #f1eedb;
}

body {
    background-color: #d9b4a3;
}