h2
{
    font-size: 1.5em;
    font-weight: 500;
    margin: 1em 0;
}

h3
{
    font-size: 1.25em;
    font-weight: 500;
    margin: 1em 0;
}

ul,
ol
{
    list-style: unset;
    margin-left: 3em;
}

ul li
{
    margin-bottom: 1.25em;
}

ol.roman
{
    list-style-type: upper-roman;
}

p
{
    margin-bottom: 1.25em;
}

.container-version
{
    background-color: #ccc;
    display: inline-block;
    font-size: 0.9em;
    opacity: 0.35;
    padding: 0.5em;
}