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,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    /* background-color: #EDF6FF; */
    font-family: Georgia, 'Times New Roman', Times, serif;
    min-width: 320px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
p {
    direction: var(--site-language-direction);
}

#text01 {
    color: #000000;
    font-family: Georgia, serif;
    font-size: 4.375em;
    line-height: 0.875;
    font-weight: 400;
}

#text02 {
    color: #000000;
    font-family: Georgia, serif;
    font-size: 4.375em;
    line-height: 1.125;
    font-weight: 400;
    margin-bottom: 0.5em;
}

#text03 {
    color: rgba(0, 0, 0, 0.349);
    font-family: Georgia, serif;
    font-size: 1.75em;
    line-height: 0.875;
    font-weight: 400;
    margin-top: 0.5em;
}

#wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#main {
    display: flex;
    max-width: 100%;
    text-align: left;
}

#main>.inner {
    padding: 5rem 3rem;
    max-width: 100%;
    width: 45rem;
}
