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

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

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

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


.gallery img {
background-color: white;
border-style: ridge;
border-color: black;
margin-right: 10px;
  
  
  
  
  
}



.scroll-wrapper {
  
  display: flex; 
  flex-direction: row; 
  align-items: center; 
  justify-content: center; 
  
  
}


.fanfics a {
display: flex;        
color: black; 
text-align: center;   
flex-direction: column;
align-items: center;  

}


