@import url("https://use.typekit.net/rft2yio.css");
html {
  /* 1 */
  font-family: proxima-nova, sans-serif;
  color: #ddd;
  font-size: 20px;
    background-color: #222;
}
h1 {
  font-size: 50px;
  line-height: 100%;
}
h1, h2, h3 {
  font-family: proxima-nova, sans-serif;
    font-weight: 600;
    color: #ddd;
}
.logo {
    min-width: 100%;
    width: 500px;
  text-align: center;
}
a {
  color: #ddd;
}