body{
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 726px;
  overflow-x: hidden
}

#pic{
  height: 170px;
  object-fit: cover 
}

#news{
  position: relative;
  left: -1em;
  margin-bottom: -45px;
  font-family: arial;
  text-align: center;
  font-size: 2.8em;
  font-weight: bold;
  color: green;
  -webkit-text-stroke: white 0.5px;
}

.links{
  position: relative;
  margin-top: -45px;
  font-family: arial;
  text-align: center;
  font-size: 2.8em;
  font-weight: bold;
  color: green;
  margin-bottom: 10px;
  -webkit-text-stroke: white 0.5px;
}
  
.box{
  position: absolute;
  opacity: 0;
  top: 1.7em;
  right: 1em;
  width: 200px;
  height: 132px;
  background-color: #d3f9d578;
  overflow: scroll;
  margin-left: -90px;
  transition: opacity 0.9s ease, right 0.9s ease;
  font-family: arial;
  text-align: justify;
  padding: 4px;
  font-size: 0.9em;
  border: 3px black double;
  z-index: -5;
  pointer-events: none;
}

.box.show {
right: -8em;
    opacity: 1;
    top: 1.7em;
    z-index: 5;
    pointer-events: auto;
}

a{
  display: inline-block;
  text-decoration: underline;
}
  
.outside{
  cursor: help;
  text-decoration-style: dotted;
  color: #cc5757;
  margin-top: -2px;
}

#bodyWrapper {
  transition: transform 0.9s ease;
}

.bodyboxshowing #bodyWrapper {
  transform: translateX(-3.6em); /* adjust as needed */
}  
  
  
  
  
  
  
  



    
    
    
    