@import url(http://fonts.googleapis.com/css?family=Dosis:200);

body {
  background-color: #222;
  color: #fff;
  font-size: 10pt;
  font-family: 'Dosis', sans-serif;
  font-weight: 200;
  text-decoration: none;
  padding-top: 50px;
  padding-bottom: 100px;
  text-transform: uppercase;
}
a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 200;
  
  -o-transition:1s;
  -ms-transition:1s;
  -moz-transition:1s;
  -webkit-transition:1s;
  transition:1s;
  white-space: nowrap;
}

a:hover {
  color: #000;
  background: url('http://tokyodatacollective.com/one/enter/data/-1413890400_5ba7fab0b5.mp4.gif') repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size:10pt;
  padding: 0px 100px 0px 100px;
}

pre {
  font-family: 'Dosis', sans-serif;
  font-weight: 200;
  display: inline;
  text-wrap: normal;
  width: 900px;
}