body {
  background-color: black;
}

.body-container{
  font-family: 'Courier New', sans-serif;
  background: black; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(tomato, black); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(tomato, black); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(tomato, black); /* For Firefox 3.6 to 15 */
  background: linear-gradient(tomato, black); /* Standard syntax */
  margin: auto;
  /* height:1500px; */
  width: 1366px;
}

.navbar {
  position: relative;
  /* left: 540px; */
  /* top: 270px; */
  z-index: 3;
  bottom: 129px;
} 

.blog-header {
  position:absolute;
  top: 1093px;
  z-index: 1;
}

.blog-links {
  position: relative;
  margin-top: 1240px;
  margin-left: 146px;
  z-index: 1;
}

.blog-content {
  position: relative;
  top: 50px;
  /* padding: 0px; */
}

.boxed {
  width: 541px;
  border: 0px;
  padding: 10px;
  box-sizing: border-box;
  background-color: white;
} 

.comic-section {
  /* position: relative; */
  /* right: 0px; */
  float: right;
  position: relative;
  z-index: 2;
  top: -1958px;
  left: 158px;
  bottom: 150px;
}

iframe {
  width:740px;
  height:1160px;
  outline: 20px solid black;
}


ul {
  list-style-type: none;
  list-style-position: outside;
  padding-top: 0px;
  margin: 0px;
}

ul li {
  float:left;
  padding: 0px;
  margin: 0px;
  position:relative;
  z-index: 10000;
}

.content-container {
  height: 1240px;
}

.disqus-container {
      /* border: 20px solid green; */
    /* padding: 274px; */
    position: relative;
    bottom: 135px;
    /* float: left; */
    left: 0;
    left: 34px;
    width: 740px;
    background: white;
}