
.box {
  border: 2px solid black;
  padding: 5px;
  margin: 5px;
  height: 500px;
  max-width: 900px; 

}
 body {
                   font-family: 'Times New Roman', Times, serif;
                margin: 0;
    font-weight: normal;
    font-style: normal;

                background-color: #000000;
                /* you can delete the line below if you'd prefer to not use an image */
                color: #000000;
          
      
                margin: 0;
            
    color: #000000;
    background-image: url(workroombg.png);
              cursor: url("cursor2.png"), auto;
               background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
      height:100vh; /* use 100% of the height of the viewport */

  display:grid;             
  place-items: center;
 }
 

#postbody {
    text-align: center;
}

.grid-container {
  display: grid;
  grid-template:    'info1 info1 info2 info2 info2 '
    'info1 info1 info2 info2 info2 ';
    
   

 grid-gap: 10px;

  padding: 10px;
 background-repeat: repeat;
 background-size: 250px;
  
}

.grid-container > div {
  background-color: #000000;
  color:#ffffff;
  padding: 10px;
 

  border: 2px solid #940000;
 
}
.postbox {
    height: auto;
    width: 700px;
    border: 2px dotted #940000;
    padding: 10px;
    overflow: hidden;
}
#more {display: none;}
.img {
    margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
   padding: 10px;
 

}
.item1 { grid-area: info1; 
height: 350px;
width: 200px;
text-align: center;
font-size:95%
 }
.item2 { grid-area: info2; 
height: 850px;
width: 800px;

  overflow: auto;
                 overflow-x: hidden;
                   scrollbar-width: thin;
                   scrollbar-color: #940000 rgba(0, 0, 0, 0);
                     place-items: center;
    }
  
#myBtn {
  background-color: #181717;
  border: none;
  color: white;
  width: 100px;
  padding: 5px 5px;
  border: 1px solid #940000;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: 'Times New Roman', Times, serif;
  cursor: pointer;
}

#summary {
  background-color: #181717;
  border: none;
  color: white;
  width: 100px;
  padding: 5px 1px;
  border: 1px solid #940000;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: 'Times New Roman', Times, serif;
  cursor: pointer;
}

            h1, 
            h2,
            h3 {
                color: #940000;
                letter-spacing: 1px;
            }

            h1 {
                font-size: 25px;
                letter-spacing: 1px;
            }

            strong {
                /* this styles bold text */
                color: #940000;
          
            }
a:link { color:  #940000;
  text-decoration: none; 
color: #940000;}  
a:visited { color: #940000;}  
a:hover { color: #940000; 

font-style: italic;
    letter-spacing: 1px;
  }  
a:active { color: #940000; } 
hr.solid {
  border-top: 0.5px solid #940000;
   border-bottom: none;
}

