html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

@viewport {
    width: device-width;
    zoom: 1;
}

body {
    font-family: "Atkinson Hyperlegible Next", "Source Sans 3", sans-serif;
    font-size: 13pt;
    font-weight: 300;
    line-height: 150%;
    text-align: justify;
    background-color: #f8f8f8;
    color: #111111;
}

p {
    padding-bottom: 40px;
}

strong {
    font-weight: 600;
}

a {
    font-weight: 400;
}

a:link, a:visited {
    text-decoration: none;
    color: #773377;
}

a:hover, a:active {
    text-decoration: underline;
    color: #993399;
}

.centerbox {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
