body {
  background-image: url("matrixbg.gif");
  background-color: white;
  color: black;
  font-family: 'Times New Roman';
}
#container,
.container {
  width: 90%;
  margin: 40px auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 4%;
}


#top,
.top {
  background-color: #252526;
  border: 1px solid darkgrey;
  color: white;
  padding: 2%;
  width: 90%;
  height: auto;
  border-radius: 20px 20px 0 0;
  margin: 0 auto;
  align-content: auto;
}


#bottom {
  background-color: #252526;
  border: 1px solid darkgrey;
  color: white;
  padding:1%;
  width: 85%;
  height: auto;
  border-radius: 0px 0px 20px 20px;
  margin: 0 auto;
  align-content: auto;
}
#rightcol1,
.rightcol1 {
  background-color: #252526;
  border: 1px solid darkgrey;
  color: white;
  padding: 10px;
  width: 33%;
  height: auto;
  object-fit: contain;
  border-radius: 0px 20px 20px 0px;
  }
#leftcol1,
.leftcol1 {
  background-color: #252526;
  border: 1px solid darkgrey;
  color: white;
  padding: 10px;
  width: 63%;
  height: auto;
  object-fit: scale-down;
  border-radius: 20px 0px 0px 20px;
}
#rightcol2,
.rightcol2 {
  background-color: #252526;
  border: 1px solid darkgrey;
  color: white;
  padding: 10px;
  width: 63%;
  height: auto;
  object-fit: scale-down;
  border-radius: 0px 20px 20px 0px;
  }
#leftColWrapper {
  display: flex;
  flex-direction: column;
  width: 33%;
  height: auto;
  gap: 4%;
}
#leftcol2top
 {
  background-color: #252526;
  border: 1px solid darkgrey;
  color: white;
  padding: 10px;
  width: 100%;
  height: max-content;
  object-fit: scale-down;
  border-radius: 20px 0px 0px 20px;
  flex: 1;
}
#leftcol2bottom,
.leftcol2bottom
 {
  background-color: #252526;
  border: 1px solid darkgrey;
  color: white;
  padding: 10px;
  width: 100%;
  height: max-content;
  object-fit: fill;
  border-radius: 20px 0px 0px 20px;
  flex: 0.95;
  
  text-align: center;
}
#leftcol2bottom img{
  object-fit: contain;
}

#leftcol3,
.leftcol3 {
  background-color: #252526;
  border: 1px solid darkgrey;
  color: white;
  padding: 10px;
  width: 63%;
  height: auto;
  object-fit: contain;
  border-radius: 20px 0px 0px 20px;
}


#researchQuestion { font-style: italic; font-size: 25px; }