html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: auto;
    line-height: 1;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Noto Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 120%;
    color: #26084B;

    background-color: #FCF7EB;
}

main {
    display: block;
}

header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 800px;
    margin: 5em auto 2em auto;
    text-align: center;
}

header h1 {
    padding-top: 1.5em;
}

header h2 {
    font-weight: normal;
    padding-bottom: 1em;
}

header h3 {
    font-weight: normal;
    line-height: 1;
    padding: 0;
    margin: 0.22em;
}

.light_text {
    font-weight: lighter;
}

a object {
    pointer-events: none;
}

article {
    max-width: 800px;
    margin: 0 auto 8em auto;
    padding: 0 1.25em 0 1.25em;
}

h1 {
    font-size: 1.8em;
    margin: 0.67em 0;
}

article h1 {
    padding-bottom: .2em;
    border-bottom: 1px solid #bdbdbd;
}

article h1:first-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
    color: #101;
    text-decoration: none;
}

h2 {
    line-height: 1.25;
    margin: 1.5em 0 0.5em 0;
}

article h2 {
    padding-bottom: .2em;
    border-bottom: 1px solid #bdbdbd;
}

h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active {
    color: #101;
    text-decoration: none;
}

h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active {
    color: #101;
    text-decoration: none;
}

hr {
    margin-top: 2em;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid #bdbdbd;
}

a {
    background-color: transparent;
}

a:link, a:active {
    color: #3370ca;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #3370ca;
}

b,
strong {
    font-weight: bolder;
}

img {
    border-style: none;
}

[hidden] {
    display: none;
}

p {
    line-height: 1.6;
    margin-top: 0;
}

p + p {
    margin-top: 1em;
}

p img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 1em 0 1em 0;
    max-width: 100%;
}

ul {
    list-style-image: url(bullet.svg);
}

td ul {
    padding-left: 1em;
    padding-right: 1em;
}

li {
    line-height: 1.5em;
}

li + li {
    margin-top: 0.25em;

}
