code {
	background:black;
	color:white;
}

body {
  background: white;
  font: 1.1em monospace;
  padding:1em;
  max-width:50em;
  margin: auto;
  border-left: 1px dashed black;
}

a {
  color: #87005f;
  font-weight: bold;
}

a:hover {
  background: yellow;
}

h1 {
  margin:.5em;
}

.motto {
  display: block;
  transform: rotate(1deg);
  background: #87005f;
  color: white;
  font-weight: bold;
  padding: .3em;
  text-align: center;
}

footer {
  margin-top:2em;
  font-size:.9em;
  text-align: right; 
}

ul {
  list-style-type: square;
}

img {
	max-width:100%;
}

.archive li {
	display: inline;
}

.poster {
	max-width:33%;
	display:block;

}
