@import url("default.css"); 

body {
  font-family: sans-serif;
  background-color: White;
}

#site {
  width: 80%;
  margin: 2em auto;
}
