body {
  background-color: #060606;
  color: #238;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  overflow-x: hidden
}

h1 {
  color: #46c;
  font-size: 32px;
}

footer {
  font-size: 11px;
  color: #333;
  font-weight: 200;
}

a,
a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #ccf;
  text-decoration: none;
  outline: none;
}

footer a,
footer a:visited {
  color: #555;
  text-decoration: none;
  outline: none;
}

footer a:hover {
  color: #559;
  text-decoration: none;
  outline: none;
}

img {
  border: 0;
}
