.story {
  width: 500px;
  background: #252525;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
  font-family: "Roboto";
  color: #252525;
  font-size: 16px;
}

.story_in {
  padding: 30px;
  background-color: #436587;
  background-size: cover;
} 

.story_footer {
  padding: 20px;
  background-color: #F0F0F0;
  color: #252525;
   border: 3px solid #436587;
 } 

.story_box {
  margin: auto;
  padding: 10px;
  background: #DCE3E8;
  text-align: justify;
  line-height: 150%;
  border: 1px solid #252525;
  
}

.story_box-title {
  font-size: 32px;
  text-align: center;
  color: #3f233d;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}

.story_box_title_linie {
	margin: 5px;
  border: 1px solid #436587;
}

.story_box-subtitle {
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  margin-bottom: 20px;
}

.story_parent {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.story_child {
 width: 140px;
 margin: 5px 8px 8px 5px;
 padding: 10px 15px;
 line-height: 150%;
 font-family: Roboto;
 font-style: normal;
 font-weight: bold;
 font-size: 14px;
 text-align: center;
 text-transform: uppercase;
 background: #252525;
 color: #f5ece8;
 border: 3px solid #436587;
}

.story_child a {
 font-family: "Roboto";
 color: #e4e1e0;
 font-size: 14px;
}

a {
  font-family: "Roboto";
  color: #000;
  font-size: 14px;
}

.credits {
 text-align: center; 
 margin-top: 10px; 
 opacity: 0.7;
} 

.credits a {
 color: #000; 
 font-size: 10px; 
 text-decoration: none; 
 margin-bottom: 10px;
}
