p code {
    background: #333;
    box-sizing: border-box;
    padding: 0.1rem;
    color: #dd8;
}

code .comment {
    color: #191;
}

code .string, code .attr-value {
    color: #9c9;
}

code .number, code .attr-name {
    color: #9bc;
}

code .keyword, code .tag {
    color: #cb9;
}
