.imageflex { display: flex; }
.imageflexcontent { margin-left: 5px; margin-top: 0; }


.smallfont {
  margin-left: 20px;
  line-height: 10px;
  font-size: 12px;
}

.marginleft {
  margin-left: 20px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 55%;
}

.item {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 642px;
  height: 471px;
  padding: 2px;
  position: fixed;
  overflow-y: scroll;
  
  color: #ffffff;

  
}

.container1 {

  font: 1.2em sans-serif;
  

  background-image: url("https://i.imgur.com/u5vnBcM.jpeg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center 0px; 
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  justify-content: center;
}




.box1 {
  width: 830px;
  height: 708px;
  padding: 2px;
  margin: auto;
  
  background-image: url("https://i.imgur.com/6DOMhU0.png");
  background-repeat: no-repeat;
  
  }

.box2 {
  width: 652px;
  height: 471px;
  padding: 2px;
  margin: 77px 89px 160px 89px;
  
  }
  
  
  .main {
    
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    
    place-items: center;
    }
    
    .main .site {
      
      top: 72px;
      
      font: 1.2em sans-serif;
      
      border: 1px solid blue;
      
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 642px;
      height: 471px;
      position: fixed;
      overflow-y: scroll;
  
      color: #000000;
      
      z-index: 10;
      
      grid-area: 1 / 1;
      }
      
    .main .overlay {
      
      margin: auto;
      
      pointer-events: none;
      
      width: 1495px;
      height: 708px;
      
      z-index: 11;
      
      grid-area: 1 / 1;
      }