/*welcome my friends. to the hooty hoo css sheet*/
 
/*typography*/
body { 
  background-color: #212121; 
  color: white;
}
h1 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 30px;
}
h2 {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 24px;
}
p {
  font-family: proxima-nova, sans-serif;
  color: gray;
}
a {
  font-family: proxima-nova, sans-serif;
  color: gray;
}
a:hover {
  color: #f0f0f0;
}