div {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

span {
  display: table-cell;
  vertical-align: middle;
}

p {
  font-family: 'Source Code Pro';
  cursor: default;
}
