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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
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;
}

@font-face {
  font-family: "Italianno";
  src: url("/fonts/Italianno/Italianno-Regular.ttf");
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf");
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  background-color: hsl(143, 4%, 28%);
  color: hsl(143, 4%, 95%);
}

header {
  width: calc(100% - 48px);
  padding: 24px 24px 24px 12px;
  font-family: "Italianno", serif;
}

h1 {
  height: 48px;
  padding-left: 80px;
  border-bottom: 1px solid hsl(143, 4%, 95%);
  font-size: 48px;
  text-align: left;
}

header > span {
  position: absolute;
  top: 18px;
  padding-right: 12px;
  background-color: hsl(143, 4%, 28%);
  font-size: 84px;
}

main, footer {
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
}

main {
  margin: 48px 12px;
}

article {
  margin: 24px 0px;
}

footer {
  position: absolute;
  bottom: 2px;
  padding: 24px 12px 60px;
  background-color: hsl(143, 4%, 12%);
  color: hsl(143, 4%, 84%);
}
