body {
  background-image: url("backgroundLines.png");
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-attachment: fixed;
}

#background {
  background-image: url("background.png");
  background-size: 100%;
  position: fixed;
  top: 0;
  left: 16%;
  width: 68%;
  height: 100%;
  image-rendering: pixelated;
}

h1 {
  text-align: center;
  font-size: 2.5vw;
  position: relative;
}

h2 {
  text-align: center;
  font-size: 1.5vw;
  margin-bottom: 60px;
  position: relative;
}

h3 {
  font-size: 22px;
  margin-right: 20%;
  margin-left: 20%;
  position: relative;
}

p, ul, hr {
  margin-right: 20%;
  margin-left: 20%;
  position: relative;
}

video, img {
  max-width: 60%;
  margin-right: 20%;
  margin-left: 20%;
  position: relative;
}

.graph {
  margin-left: 20%;
  background-color: white;
  border: 2px solid #888;
  position: relative;
}

.paragraph {
  margin-bottom: 20px;
}

#tableOfContents {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 35%;
  background-image: linear-gradient(#f8ffff, #ccffff);
  border: 3px solid #446666;
  border-radius: 10px;
  padding-left: 10px;
  margin-bottom: 80px;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
	padding-left: 2px;
	padding-right: 2px;
}

table {
	background-color: #8bd;
}