svg {
    width: 225px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}
li {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
    font-variant: normal;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
input,
textarea,
select {
    font-size: 100%;
}
legend {
    color: #000;
}
p {
    padding-bottom: 1em;
    text-align: center;
    font-size: 16px;
    color: #474747;
}
a {
    color: #474747;
    font-weight: bold;
    text-decoration: none;
}
.clear {
    clear: both;
}
/* ========== */ /* = Layout = */ /* ========== */
body {
    font-size: 80%;
}
.content_wrapper {
    position: center;
    width: 100%;
}
.content {
    margin: 0 auto;
    margin-top: 15px;
    width: 986px;
    min-height: 650px;
}
.content .header {
    margin-top: 100px;
    text-align: center;
}
.content .header img {
    width: 250px;
}
.content_body {
    padding: 30px;
    color: #5f5f5f;
    min-height: 450px;
}
.content_body h1 {
    font-size: 160%;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
}
h1#index_title {
    color: #474747;
    font-size: 49px;
    font-weight: 600;
    margin-top: 45px;
    text-align: center;
    line-height: 62px;
}
h3 {
    color: #474747;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    margin-bottom: 30px;
}
h5 {
    text-align: center;
    font-size: 16px;
}
.first {
    padding-top: 0;
    border: none;
}
#limited_by {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #474747;
    font-weight: bold;
    font-size: 0.5625rem;
}

body,
h1,
h2,
h3,
h4 {
    color: #333f48;
}
