body { 
  background-color: #fafbfc; 
  font-family: none; 
} 

.main-wrapper { 
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  justify-content: center; 
} 

.directory { 
  display: flex; 
  flex-direction: row; 
} 

.scroll-box { 
  border-style: ridge; 
  border-color: black; 
  background-color: white; 
  padding: 10px; 
  width: 870px; 
  height: 800px; 
   box-sizing: border-box; 
} 

.news-box { 
  border-style: ridge; 
  border-color: black; 
  background-color: #e4e7ed; 
  text-align: center; 
  padding: 10px; 
  width: 500px; 
  height: 300px; 
} 

.news-text { 
  font-family: tahoma; 
  background-color: #9c1506; 
  color: white;
} 

.links { 
  color: black; 
  text-decoration: none;
  word-spacing: 50px; 
  font-family: 'tahoma', sans-serif;
  font-size: 15px;
  padding: 5px;
} 

a:link { color: black; } 
a:visited { color: black; } 
a:hover { color: #c92306; } 
a:active { color: black; } 

.headline {
  
  font-family: tahoma; 
  background-color: #9c1506; 
  color: white;
  text-align: center;
  
  
}


.text {
  font-family: tahoma; 
  text-align: center;
  
  
  
}
