body{

  background-image: url("../../images/backgrounds/simple-old-paper-1-transparent.jpg");
  background-color: white;
  background-repeat: repeat;
  background-size: auto;
  width:100%;
  height: 100%;
  margin: 10px auto;
}

#main img{
  width: 70%;
  min-width: 900px;
}
.codeblock{
  display: flex;
  disabled: true;
  border: none;
  background-color:white;
  padding: 1em 0 0 0;
  height: 200px;
  width: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#headerpic{
  background-color: white;
  float:left;
  width:20%;
  margin: 2% 0% 2% 1%;
  min-width:200px;
  padding-top: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#folders{
  width: 100%;
}
#headcontent{
  background-color: white;
  margin: 2% 1% 2% 0%;
  padding: 10px;
  float: right;
  width: 74%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#main{
  background-color: white;
  clear: both;
  min-width: 900px;
  text-align: center;
  margin: 20px;
  padding: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
