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; 
} 


.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;
  
  
}


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


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


.Affiliates {
  
  display: flex;
  justify-content: center; 
  align-items: center;     
  
  
  
  
}


.text-1 {
  text-align: center;
  
  
}



.links-to-me {
  
  display: flex;
  justify-content: center; 
  align-items: center;    

}