﻿body {
  text-align: center;
  background-image: url("1187226.jpg"); // from http://www.freeimages.com/photo/just-beer-1187226
  background-color: #000;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  color: #fff;
}

h1 {
  font-size: 80px;
  font-family: 'Press Start 2P', cursive;
}

p {
  font-size: 8px;
  font-family: 'Press Start 2P', cursive;
}

a {
  color: #fff;
}