body {
  background-color: #000;
  color: #fff;
  font: 13px Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  cursor: default;
}
a {
  color: #fff;
}
a:hover {
  text-decoration: none;
  color: #22BAD9;
}
h1 {
  color: #fff;
  font-size: 18px;
}
p {
  color: #fff;
  font-size: 14px;
}
img.twitter {
  padding-top: 30px;
  width: 30px;
  height: 30px;
}
.center {
  text-align: center;
  position: absolute;
  width: 300px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -150px;
}
#footer {
  bottom: -65px;
  left: 0;
  right: 0;
  position: fixed;
  text-align: center;
}
#footer p {
  font-size: 11px;
}
