@@font-face {
  font-family: "GothicPixels";
  src: url(GothicPixels.ttf);
}

body{
  overflow: hidden;
  margin: 0px;
  box-sizing: border-box;
}


.top{
  height: 62px;
  margin-top: 2px;
  font-family: "GothicPixels";
  letter-spacing: -2px;
  font-size: 43px;
  color: black;
}

#leftimg{
  margin-left: 0px;
  width: 300px;
  height: 80px;
}

#middleimg{
  margin-left: 60px;
  width: 300px;
  height: 80px;
  mix-blend-mode: difference;
}

#rightimg{
  margin-left: 170px;
  width: 300px;
  height: 80px;
  mix-blend-mode: difference;
}

.column {
  float: left;
  height: 800px;
  background-color: white;
  position: relative;
  margin-top: -4px;
  border-right: 1px solid black;

  font-family: "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
  font-size: 22px;
  line-height: 34px;
}


h5{
  font-family: "GothicPixels";
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: -20px;
}

.title{
  /* font-weight: bold; */
  margin-top: -2px;
  margin-bottom: 50px;
  text-decoration: underline;
  font-size: 35px;
  letter-spacing: -1px;
}


.left {
  box-sizing: border-box;
  padding: 10px;
  text-indent: 30px;
  margin-top: 0px;
  width: 24%;
  overflow: scroll;
}

.middle{
  box-sizing: border-box;
  padding: 10px;
  text-indent: 30px;
  width: 32%;
  overflow: scroll;
  transition: background-color 10s ease-in;
  background-color: black;
}
.middle:hover{
  background-color: white;
}

.right{
  box-sizing: border-box;
  padding: 10px;
  text-indent: 30px;
  width: 44%;
  overflow: scroll;
  transition: background-color 10s ease-out;
  background-color: black;

}

.right:hover{
  background-color: white;
}

.censored {
  border-radius: 15px;
  border-left: 3px solid #4c4c4c;
  border-right: 3px solid #4c4c4c;
}

.morecensored {
  border-radius: 15px;
  border-left: 4px solid #4c4c4c;
  border-right: 4px solid #4c4c4c;
}


.big{
  color: white;
  font-weight: bold;
}

.big2{
  color: white;
  font-weight: bold;
  text-align: left;
}

.big-left{
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 20px #000000;
}

.big2-left{
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 20px #000000;
  text-align: left;

}

#para21{
  font-style: italic;
}
