h1 {
  font: 13vw/1 Impact, sans-serif;
  color: #fefcf2;
  text-shadow: #277d86 0.01em 0.01em, #277d86 0.02em 0.02em,
    #277d86 0.03em 0.03em, #277d86 0.04em 0.04em, #277d86 0.05em 0.05em,
    #277d86 0.06em 0.06em, #277d86 0.07em 0.07em, #277d86 0.08em 0.08em,
    #277d86 0.09em 0.09em, #277d86 0.1em 0.1em;
  margin: 0;
}

strong {
  color: #c44032;
  text-shadow: #863027 0.01em 0.01em, #863027 0.02em 0.02em,
    #863027 0.03em 0.03em, #863027 0.04em 0.04em, #863027 0.05em 0.05em,
    #863027 0.06em 0.06em, #863027 0.07em 0.07em, #863027 0.08em 0.08em,
    #863027 0.09em 0.09em, #863027 0.1em 0.1em;
}

sub {
  font-size: .6em;
}
body {
  background-color: #32b4c3;
}

/* Center */
html,
body {
  height: 100%;
}
html {
  display: table;
  width: 100%;
}
body {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
