
#wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#content {
  flex: 0 0 200px;
  text-align: center;
white-space: nowrap;
}

a {
	position: relative;
	text-decoration: none;
	text-shadow: 5px 5px 15px rgba(0,0,0,0.6);
}
a:hover {
	text-shadow: 3px 3px 10px rgba(0,0,0,0.8);
	transition: left 1s, top 1s;
	left: 2px;
	top: 2px;
}
h1 {
	font-size: 4em;
}
body {
	font-family: 'Source Code Pro', monospace;
	background-color: #f918a2;
}

span.name {
	color: #fff;
}
span.extra {
	color: #111;
}
