html {
     height: 100%;
     display: table;
     width: 100%;
 }

body {
     display: table-cell;
     vertical-align: middle;
     font-family: 'Source Sans Pro', sans-serif;#
     font-size: 200%;
}

#centered {
  text-align: center;
}
