body {
  background: #FFFAFA;
}

.main {
  height: 100px;

  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;

  margin: auto;
}

h1 {
  font-family: "Alegreya Sans SC", sans-serif;
  text-align: center;
  /*
  border-bottom: 1px solid #778899;
  padding-bottom: 20px;
  */
/*  text-transform: uppercase;*/
  color: #DC143C;
  margin: 0;
  font-size: 400%;
  font-weight: normal;
}

h1 span {
  display: block;
  font-size: .4em !important;
}