@import url("https://use.typekit.net/uss3zub.css");


body {
  background-color: white;
  color: black;
}

h1 {
  font-family: "p22-arts-and-crafts", sans-serif;
  font-size:2em;
  
}

p {
  font-family: "p22-arts-and-crafts-hunter", sans-serif;
  font-size: 1em;
}

#container {
  width:100%;
}

#nav {
  width: 20%;
  color:white;
  background:black;
}

#core {
  width:80%;
}