body {
  background-color:				#222;
  color:						#ccc;
  font-family:					sans-serif;
}

#data {
  text-align:					center;
  margin-top:					20%;
  padding:						15px;
}

#data .title {
  font-family:					serif;
  font-weight:					bold;
  font-size:					xx-large;
  color:						#fd0;
}

#data .subtitle {
  border-bottom:				3px solid #000;
  font-size:					small;
  padding:						10px;
}
  

