/*CSS RESET*/
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;
}
/*CSS RESET END*/
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  font-family: Times New Roman, serif;
  font-size: 100%;
  color: white;
  padding: 0;
  margin: 0;
  min-height: 100vh;
  background-color: #eaeaea;
  background-size: cover;
}
b {
  font-weight: bold;
}
*::selection {
  color: #fff;
  background-color: white;
}
.main {
  line-height: 1.4em;
}
.main a {
  color: white;
}
.main .sectionwrapper {
  background: blue;
  padding: 5em;
  border-bottom: 11px red solid;
}
.main .sectionwrapper:last-of-type {
  border: none;
}
.main .sectionwrapper .section {
  max-width: 40em;
  margin: auto;
  text-align: center;
}
.main .sectionwrapper .section.intro {
  padding-bottom: 11em;
}
.main .sectionwrapper .section.intro h2 {
  font-size: 2em;
  margin-top: 1em;
}
.main.error .sectionwrapper {
  color: red;
  background: black;
  min-height: 100vh;
}
.main.error .sectionwrapper h1 {
  font-size: 10em;
  line-height: 1em;
  margin-bottom: 0.5em;
  font-weight: bolder;
}
.main.error .sectionwrapper p {
  font-size: 3em;
  line-height: 1.2em;
}
.main.error .sectionwrapper a {
  font-size: 3em;
  color: blue;
}
img.logo {
  width: 70%;
  margin-top: 7em;
}
h1 {
  font-size: 3em;
  margin-bottom: 1.2em;
}
p {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 1em;
  letter-spacing: .02em;
}
dewil {
  color: #3333ff;
}
