body
{
    font-size: 12pt;
}

main
{
    margin-top: 64px;
}

h1
{
    color: #808080;
    font-weight: bold;
    font-size: 1.8rem;
}

h2
{
    font-weight: bold;
    font-size: 1.3rem;
    color: #808080;
}

h3
{
    font-weight: bold;
    font-size: 1.1rem;
    color: #808080;
}

ul.custom-numbering li
{
    /* list-style-position: inside; */
    list-style-type: none;
}

ul.custom-numbering li span.item-number
{
    display: inline-block;
    width: 1.5em;
    margin-left: 0em;
    margin-right: 0.5em;
    text-align: right;
    font-weight: bold;
}

.logo
{
    margin-right: 10px;
    background-color: white;
    padding: 0;
    border-radius: 100%;
}

.mainlogo img
{
    height: 3em;
    margin-right: 1em;
    margin-top: 2em;
    margin-bottom: 2em;
}

.mainlogo span
{
    font-size: 48pt;
    font-weight: bold;
    display: inline-block;
    margin-top: 2em;
    margin-bottom: 1.5em;
    vertical-align: bottom;
}

.logo img
{
    height: 40px;
}

