body {
  font-size:16px;
  font-family: "DJB Jenna", sans-serif;
  background: ;
  margin-bottom: 45px;
  }
  
#main {
  margin: 400px;
  margin-top:30px;
  margin-bottom:45px;
  border:2px dotted #1d1c32;
  width:700px;
  border-radius:3px;
  float: center;
  
  }

#sidebar {
  margin: 100px;
  position: fixed;
  z-index: 1;
  width: 200px;
  border: 2px dotted;
  border-radius: 3px;
  float: left;
  margin-top: 4px;
  margin-bottom: 45px;
  padding: 6px;
  
}
p {
  background:lightgray;
  margin: 5px;
  }
h1, h2{
  background: grey;
  text-align: center;
  
};
 a{
  color: #eee;
  font-weight: bold;
}