body {
  background-color: #36393f;
  margin-bottom: 1000px;
}

#container {
  height: auto;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

#titleblock {
  height: 200px;
  width: 790px;
  padding-left: 10px;
  background-color: black;
}

h1, h2 {
  font-family: "Comic Sans MS";
  font-style: italic;
  font-weight: 900;
  font-size: 45px;
  color: darkred;
}

h2 {
  font-size: 20px;
}

.panel {
  position: relative; 
  height: 280px;
  width: 400px;
  background: red;
  border: 10px solid darkred;
  float: left;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.single {
  width: 780px;
  clear: both;
}

.double-narrow {
  width: 280px;
}

.double-wide {
  width: 480px;
}

.textbox {
  font-family: "Comic Sans MS";
  font-style: italic;
  font-weight: 900;
  font-size: 15px;
  padding: 15px;
  color: white;
  margin: 10px;
  background-color: black;
}

.narration {
  font-family: "Comic Sans MS";
  color: white;
  font-style: italic;
  font-weight: 900;
  font-size: 30px;
  line-height: 100%;
  margin: 20px;
  text-shadow: 2px 2px gray;
}

.left {
 position: absolute;
  left: 0;
}

.right {
 position: absolute;
  right: 0;
}

.top {
  position: absolute;
  top: 0;
}

.bottom {
  position: absolute;
  bottom: 0;
}

#panel-1 {
  background-image: url("https://i.redd.it/3iicqyj9lnu61.png");
}

#panel-2 {
  background-image: url("https://th.bing.com/th/id/OIP.UfYWUHOB3xmp-nTNI1qHUgHaFj?w=234&h=180&c=7&r=0&o=5&pid=1.7");
}

#panel-3 {
  background-image: url("https://th.bing.com/th/id/R.e4d2bb550a01ffdf7950fc9ddc25bf7f?rik=jjr5j3htvnC76Q&pid=ImgRaw&r=0");
}

#panel-4 {
  background-image: url("https://th.bing.com/th/id/R.77475539077e9eb3ac4d3b94125b4802?rik=6ihESjC5SE4Y1A&pid=ImgRaw&r=0");
}

#panel-5 {
  background-image: url("https://th.bing.com/th/id/R.8f3f3384e9cbfe057b72e245ef07534b?rik=Bq9mVIEMV8WH%2fg&pid=ImgRaw&r=0");
}

h3 {
  font-family: "Comic Sans MS";
  font-style: italic;
  font-weight: 900;
  font-size: 15px;
  padding: 15px;
  color: red;
  margin: 10px;
  background-color: black;
}

h5 {
  font-family: "Comic Sans MS";
  color: red;
  font-style: italic;
  font-weight: 900;
  font-size: 35px;
  line-height: 100%;
  margin: 20px;
  text-shadow: 2px 2px gray;
}