* {
  margin: 0;
}

html, body {
  height: 100%;
  font-family: Monaco, Consolas, "Courier New", monospace;
  background-color: #111;
  color: #ddd;
  font-size: 9pt;
  text-align: center;
}

a {
  color: white;
}

h1 {
  padding-top: 2em;
  font-size: 4em;
  text-align: center;
  margin-bottom: 1em;
  font-family: Helvetica, Arial, sans-serif;
}

p {
  margin: 2em 0;
}

#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -2em;
  width: 500px;
}

#footer, .push {
  height: 2em;
}

#links {
  margin-top: 5em;
}

form {
  text-align: center;
}

label {
  display: none;
}

input {
  font-size: 1.5em;
  padding: 4px;
}

input[type=text] {
  background-color: #ccc;
  border: none;
}
