*, ::before, ::after {
    box-sizing: border-box;
}

html, body {
    padding: 0pt;
    margin: 0pt;
    background: #fdfdfd;

    font-family: sans-serif;
    font-size: 14pt;
    color: #111;
}

body {
    max-width: 44em;
    padding: 4em 2em;
    margin: auto;
}

.icon::before {
    content: " ";

    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .33em;
    vertical-align: -6%;

    background-position: center center;
    background-size: cover;
}

.icon-doc::before {
    background-image: url("image/file.svg");
}

.icon-info::before {
    background-image: url("image/item.svg");
}

.info {
    font-style: italic;
    padding-left: 1.33em;
    margin: 0pt;
}

.info::before {
    margin-left: -1.33em;
}

.documents {
    list-style-type: none;
    padding-left: 1.33em;
}

.documents .icon {
    margin-left: -1.33em;
}

.documents li {
    padding-bottom: .25em;
}

.documents li a {
    text-decoration: none;
}

.documents li a:hover {
    text-decoration: underline;
    text-underline-offset: .165em;
}

h1, h2, h3 {
    font-weight: normal;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
    border-top: 1px solid #555;
    margin-top: 2em;
}
    
