body {
  font-family: "Lucida Console", Courier, monospace;
  background-color: #f1f1ee;
  font-size: 100%
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.me {
	font-size: 5px;
	white-space: pre;
	text-align: center;
}

#links a{
	text-decoration: none;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
}