html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-family: "Montserrat", sans-serif;
    color: #292929;;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 24px 48px;
}

@media (max-width: 768px) {
    .container {
        padding: 24px;
    }
}

h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 16px;
}

.subtitle {
    font-size: 14px;
    font-weight: normal;
}

.subtitle p + p {
    margin-top: 8px;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 16px;
    margin-top: 32px;
}

section p {
    font-size: 14px;
    line-height: 1.5;
}

section p + p {
    margin-top: 16px;
}

section ul {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.5;
}

section ul li {
    margin-left: 16px;
    list-style: disc;
}

section ul li + li {
    margin-top: 8px;
}

section ol {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.5;
}

section ol li {
    margin-left: 16px;
    list-style: decimal;
}

section ol li + li {
    margin-top: 8px;
}

section.info {
    text-align: center;
    line-height: 1;
    margin-top: 24px;
    margin-bottom: 24px;
}

section.info p {
    margin: 0;
}

section.info p + p {
    margin-top: 4px;
}

strong {
    font-weight: bold;
}

.margin-list {
    margin-top: 16px;
}

.margin-subsection {
    margin-top: 24px;
}