body {
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    color: #323232;
    background-color: #f1f1f1;
}

article {
    width: 500px;
}

article img {
    max-width: 400px;
    max-height: 200px;
    display: block;
}

a {
    color: #434343CC;
}

::selection {
    background-color: #888;
    color: rgb(11, 11, 11);
}

.pfp {
    width: 88.8px;
    outline: 1px solid rgba(0, 0, 0, 0.05);
    outline-offset: -1px;
    /*filter: opacity(0.88)grayscale(1);*/
    object-fit: cover;
    display: block;
    mix-blend-mode: soft-light;
}