article {
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    background: var(--pico-background-color);
    box-shadow: initial;
}

article a {
    text-decoration: underline;
}

img {
    margin-bottom: 20px;
}

video, iframe {
    width: 100%;
    margin-bottom: 20px;
}

code {
    line-height: 0.4;
}