html,
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 100;
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: #222;
  text-transform: uppercase;
}
html .content,
body .content {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateX(-50%), translateY(-50%);
}

html .content span,
body .content span {
  width: 30px;
  display: inline-block;
  font-size: 35px;
}
