body {
  background-image: url("Zigzag.png");
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 40px;
}

h1 {
  color: white;
  font-family: consolas;
  font-size: 18px;
}

p {
  color: #DDDDDD;
  font-family: consolas;
  font-size: 14px;
  text-indent:14px;
}

h2 {
  color: #DDDDDD;
  font-family: consolas;
  font-size: 16px;
}

table, th, td {
  background-color: #000000;
}

.central {
  background-color: #000000;

  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 40px;
  
  border: 2px solid;
  border-color: #0000DD;
  border-collapse: collapse;
}

.poster {
  padding-top: 20px;
  padding-right: 15px;
  float:left;
  width:200px;
  height:300px;
}

.navBar {
  text-align: center;
  color: white;
  font-family: consolas;
  font-size: 18px;
}