* {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility; }

html {
  font: 10px/1 "Helvetica Neue", Arial, sans-serif;
  background-image: url("../media/background.png");
  color: #efefef; }

html, body {
  height: 100%; }

a {
  text-decoration: none;
  color: #efefef; }
  a:hover {
    color: #03ce22; }

.vTable {
  display: table;
  height: 100%;
  margin: 0 auto; }
  .vTable .vTableCell {
    position: relative;
    display: table-cell;
    vertical-align: middle; }

.name {
  color: #03ce22;
  letter-spacing: -0.06em;
  font-size: 3.6rem;
  line-height: 1em;
  margin-bottom: 1em; }

#content {
  font-size: 10em;
  letter-spacing: -0.06em;
  line-height: 0.8em;
  font-weight: bold; }
  #content ul {
    list-style: none; }

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #222;
  text-align: center;
  margin-bottom: 1em;
  z-index: -1; }
