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,
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
}

blockquote,
q {
  quotes: none
}

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

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

body {
  font-family: 'Inconsolata', monospace;
  font-size: 13px;
  line-height: 1.4em;
  color: #222
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none
}

.module {
  padding: 100px 0;
  background-color: pink;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.container {
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 3px;
  -webkit-box-shadow: 5px 5px 0 lightblue;
  box-shadow: 5px 5px 0 lightblue;
  position: relative;
  overflow: hidden
}

@media (max-width: 600px) {
  .container {
    width: calc(100% - 40px)
  }
}

h1,
h2 {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4em
}

h1 {
  font-size: 28px;
  margin-bottom: 1em
}

h2 {
  font-size: 22px;
  margin: 2em 0 1em
}

p {
  margin-bottom: 1em
}

ul {
  margin-bottom: 1em;
  margin-left: 1em
}

li {
  margin-bottom: .5em
}

li a {
  word-break: break-all
}

.date {
  display: block;
  margin-top: 20px
}

.module {
  background-position: center
}

.module-0 {
  background-image: url(./img/paradise.png)
}

.module-1 {
  background-image: url(./img/projection.gif)
}

.module-2 {
  background-image: url(./img/netart.png);
  background-size: 250px
}

.module-3 {
  background-image: url(./img/glitch.png);
  background-size: 400px
}

.module-4 {
  background-image: url(./img/dither3.gif);
  background-size: cover;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated
}

.module-5 {
  background-image: url(./img/bau2.jpg);
  background-size: 500px
}

.module-6 {
  background-image: url(./img/cascade.gif);
  background-size: 400px
}

.module-7 {
  background-image: url(./img/wiggly.gif);
  background-size: 350px
}

.module-8 {
  background-image: url(/img/rmb.jpg);
  background-size: 500px
}

.module-9 {
  background-image: url(/img/globe.gif);
  background-size: 500px
}

a[href='#'] {
  text-decoration: line-through;
}

.intro {
  padding: 40px
}

.home {
  width: 40px;
  margin-bottom: 20px
}

.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 40px 80px;
  position: relative;
  height: 500px
}

.layout h2 {
  position: absolute;
  bottom: 100%
}

.layout>* {
  width: 100%;
  position: relative
}

.layout .editor {
  border: 1px solid #aaa
}

.layout iframe {
  background-color: #fff;
  margin-left: 20px;
  border: 1px solid #aaa
}

.editor {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.html-cookbook {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(24%, transparent), color-stop(25%, rgba(0, 0, 0, 0.05)), color-stop(26%, rgba(0, 0, 0, 0.05)), color-stop(27%, transparent), color-stop(74%, transparent), color-stop(75%, rgba(0, 0, 0, 0.05)), color-stop(76%, rgba(0, 0, 0, 0.05)), color-stop(77%, transparent), to(transparent)), -webkit-gradient(linear, left top, right top, color-stop(24%, transparent), color-stop(25%, rgba(0, 0, 0, 0.05)), color-stop(26%, rgba(0, 0, 0, 0.05)), color-stop(27%, transparent), color-stop(74%, transparent), color-stop(75%, rgba(0, 0, 0, 0.05)), color-stop(76%, rgba(0, 0, 0, 0.05)), color-stop(77%, transparent), to(transparent));
  background-image: linear-gradient(0deg, transparent 24%, rgba(0, 0, 0, 0.05) 25%, rgba(0, 0, 0, 0.05) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0.05) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(0, 0, 0, 0.05) 25%, rgba(0, 0, 0, 0.05) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0.05) 76%, transparent 77%, transparent);
  background-size: 50px 50px
}