.picture{
  max-width: 100%;
}
.docupic{
  aspect-ratio: 4/6;
}
.renderingpic{
  aspect-ratio: 4/3;
}
#picgrid{
  display:grid;
  gap: 2%,5%;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto;
  height:50%;
}
.para{
  max-width: 55%;
  float:right;
  font-size: 1.1vh;
  font-family:"Courier New" , monospace;
  text-indent: 3vw;
  text-align: justify;
  margin:1%;
}
.pdf{
  width: 52%;
  aspect-ratio: 4 / 3;
  position:absolute;
  right:2%;
  top:50%;
  z-index: 100;
}
body{
    background-color: black;
    color: white;
    z-index: 10;
}
#page{
  text-align: center;
}
#model{
  position: absolute;
  top: 150%;
  right: 55%;
  width: 50%;
  height: 50%;
  z-index: 0;
}
