html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

body {
  min-height: 100vh;
  background: #CCC;
  line-height: 1.5;
  color: rgb(2, 12, 39);
}

.main_container {
  background: white;
  max-width: 1080px;
  margin: 0 auto;
  padding: 2rem 2rem;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.4rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

h1, h2 {
  line-height: 1.8;
}

h1, h2, h3 {
  margin: 0.75rem 0;
}

h1 {
  text-align: center;
  background: rgb(39, 60, 104);
  color: white;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: 4rem;
}

h2 {
  border-left: solid calc(1em + 1rem) #4367b2;
  padding-left: calc((1em + 1rem) / 3);
}

h3 {
  border-bottom: solid 1px #d3dcee;
}

p {
  margin: 0.7rem 0;
}

ol, ul {
  padding-left: 2em;
}

figure {
  margin: 2rem 0;
}
figure figcaption {
  color: rgb(100, 108, 197);
}

section > p, section > ul, section > ol, section > li, section > pre, section > img, section > figure, section > div {
  margin-left: 2rem;
}
section figure {
  text-align: center;
}
section figure > img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .lg-w50per {
    width: 50%;
  }
  .lg-w33per {
    width: 33.3333333333%;
  }
  .lg-w25per {
    width: 25%;
  }
}
pre.nobiru_code {
  transition: all 0.5s 0s linear;
  overflow: hidden;
  overflow-y: scroll;
}
pre.nobiru_code.tojiru {
  height: 240px !important;
}/*# sourceMappingURL=zak211208.css.map */