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%;
}

body {
  background-image: url("tiles/greytile01.jpg");
  background-repeat: repeat;
  color: white;
  width: 100%;
  height: 100%;
  font-size: 16px;
}

footer {
  padding-block: 1rem;
  background-image: url("tiles/skulls.jpg");
  background-repeat: repeat;
  width: 100%;
}

.header {
  width: 100%;
  max-width: 1000px;
  filter: drop-shadow(0 0 2rem rgb(29, 38, 92));
}

figure {
  margin: 0px;
  padding: 20px;
}

.wrapper {
  background-image: url("tiles/dra212.gif");
  background-repeat: repeat;
  display: flex;
  flex-wrap: wrap;
  border: inset red 8px;
  margin-inline: 2em;
  max-width: 1200px;
  padding-inline: 10px;
  margin-block: 25px;
}

.dcc-section {
  background-image: url("tiles/0064_small.gif");
  background-repeat: repeat;
}

.morgan-section {
  background-image: url("tiles/lightning.gif");
  background-repeat: repeat;
}
.nerd-section {
  background-image: url("tiles/0064_small.gif");
  background-repeat: repeat;
}

.morgan,
.dcc,
.nerds,
.obladra {
  max-width: 400px;
}

.border {
  border: dashed white;
  margin-block: 16px;
  padding: 8px;
}

@media only screen and (max-width: 600px) {
  body {
    width: 100vh;
    height: auto;
  }
  figure > img {
    transform: scale(0.85);
  }
  figure {
    padding: 0px;
  }
  .wrapper {
    margin-inline: 1em;
    padding-inline: 2px;
    margin-block: 8px;
  }
  .border {
    margin-block: 4px;
    padding: 2px;
  }
}

.layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon {
  max-height: 200px;
}
