@font-face {
  font-family: "Fancy";
  src: url("../webfonts/fancy.eot");
  src: url("../webfonts/fancy.woff") format("woff"),
       url("../webfonts/fancy.otf") format("opentype"),
       url("../webfonts/fancy.ttf") format("ttf");
}

h1.fancy-font {
  font-family: 'Fancy', Arial, sans-serif;
  font-weight:normal;
  font-style:normal;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 1em;
  font-size: 5em;
  margin-left: -0.7em;
}

.links-intext a {
  text-decoration: none;
  color: hwb(187 4% 32%);
}

.links-intext a:hover {
  color: #47D3E5;
}

.icons .description {
  margin-left: 0.5em;
  font-style: normal;
}
