html,
body {
  height: 100%;
  background: black;
  color: white;
}

h1 {
  font-size: 5rem;
  line-height: 1;
}

p {
  font-size: 2rem;
  line-height: 1;
}

a.normalize, a.normalize:hover, a.normalize:focus {
  color: inherit;
  text-decoration: none;
}

.small {
  font-size: 1rem;
}

#icon {
  width: 5rem;
}

#icon path{
  fill: white;
}
