@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700");

html, body {
  margin: 0;
  padding: 0;
}

body {
  display: table;
  position: absolute;

  height: 100%;
  width: 100%;

  background: #b4d9f6;
}

#main {
  display: table-cell;
  vertical-align: middle;
}

#merijn {
  width: 820px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#text {
  font-family: "Source Sans Pro";
  font-size: 1.4em;
  line-height: 1.5em;

  color: #333;

  display: block;
  width: 700px;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #dc5010;
  text-decoration: none;
}

a:hover {
  border-bottom: 1px dotted;
}

tt {
  border: 1px solid #ccbb00;
  border-radius: 4px;

  color: #dc5010;
  background: #ffe247;

  padding: 0.1em 0.3em 0.2em 0.4em;
  margin: 0 0.1em;
  vertical-align: 0.1em;
}
