@font-face {
  font-family: "Open Sans";
  src: url(/opensansregular.ttf);
}

body {
  background-color: black;
  color: white;
  font-family: "Open Sans";
  margin:0;
}

.header {
    position: sticky; 
    top: 0;
    background-color: #4a4a4a;
}

.staticheader {
    top: 0;
    background-color: #4a4a4a;
}

a {
  text-decoration:none;
  color:#317ecc;
}

a:visited {
  color:#b942f5;
}

a:hover {
  background-color:white;
}

.chapterlist {
  padding-left: 200px;
}

.pagespace {
  padding-bottom: 1000px;
}

.listitems {
  font-size:26px;
}

.content {
  padding-left: 200px;
  padding-right: 200px;
}

.imgproportional {
    width: 100%;
    height: auto;
}
