html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

body{
  font-family: "EuclidCircularARegular";
}

i{
  color: white;
}

h1{
  font-size: 56px;
  line-height: 64px;
  color: white;
  text-align: center;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
