@import url(http://fonts.googleapis.com/css?family=Kreon:400,700);
body {
  font-family: 'Kreon';
  background: rgb(30,30,30);
  color: silver;
}
a {
  color: rgb(200,200,200);
  text-decoration: none;
  font-weight: 700;
}
a:visited {
  color: rgb(100,100,100);
}
div.odd {
  background: rgb(50,50,50);
}
div.even {
  background: rgb(30,30,30);
}
p {
  padding: 0;
  z-index: 100;
  font-size: 35px;
}
div {
  padding: 20px;
}
p, h1{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 510px;
}
h1 {
  font-size: 50px;
}
