/* Minimal CSS Template - 極簡版 */

header section h1 {}

article section h2 {
    background: lightgray;
    cursor: pointer;
    font-size: 20px;
}

article section h3 {
    background: rgba(211,211,211,0.2);
}

article section p {}
