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

#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;
}

@media (max-width: 800px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
}

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

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

video, img {
  border: 2px solid #444;
  max-width: 60%;
  margin-right: 20%;
  margin-left: 20%;
  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;
}