:root {
    --blendMode: normal;
}

html,
body {
    font-family: sans-serif;
}

li strong {
    color: red;
}

img {
    max-width: 640px;
}

code {
    background: teal;
    border-radius: 16px;
    display: block;
    padding: 16px;
    word-wrap: break-word;
}