section p, li, h2, h3 {
    color: #333;
}

section .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section h3 {
    font-weight: bold;
    margin: 0;
    margin-top: 20px;
}

section hr {
    width: 100%;
}

section ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

section .block {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 10px 5px;
}

section .caption {
    font-size: 12px;
}
section span.caption { color: #d96e6ecc; }
section a { color: #3a987c; }