/* 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;
}

/* Layout */
body {
  background-color: #eee;
  color: #444;
  font-family: "Montserrat", Helvetica, Sans-Serif;
  background-image: url(https://playableconcepts.aalto.fi/wp-content/uploads/2020/05/tiling_wall.png);
}
.page {
  background-color: #eee;
  padding: 1rem 2rem 1rem 2rem;
  width: 800px;
  margin: 0 auto;
}

ul, ol {
  margin-left: 1.5rem;
}

hr {
  border: 1px dashed #444;
}

h1 {
  text-align: center;
  font-size: 5rem;
}

h1, h2, h3, h4, h5 {
  font-family: "Silkscreen", Serif;
}

td, th {
  border: 1px solid red;
}
dl dt {
  font-weight: 700;
}
dl dd, dl dt {
  display: inline;
}
dl dt:after {
  content: ':';
}

.color-green {
  color: green;
}
.background-dark-green {
  background-color: #abffcf;
}

.strike {
  text-decoration: line-through;
}