* {
  margin:0;
  padding:0;
}
html, body {
  height: 100%;
}
body {
  font-family: 'Shadows Into Light', cursive;
  background: #FCFFF5;
}
h1 {
  text-align: center;
  position: relative;top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  text-transform: uppercase;
  color: #193441;
}
h1:before {
  content: "- ";
}
h1:after {
  content: " -";
}