/* **Storyline** */
@import url(https://fonts.googleapis.com/css2?family=Poiret+One&family=Rajdhani&display=swap);

.story_container {
width: 500px;
color: #000000;
font-size: 13px;
font-family: 'Poiret One', sans-serif;
text-align: justify;
background: #cbbab6;
border: 6px solid #41323a;

}
.story_container img {
margin: 20px 0;
max-width:460px;
height: auto;  
}
.story_container li {
list-style: none;
margin-left: -45px;
font-family: 'Rajdhani', sans-serif;
text-align: left;
}
.story_container p {
font-size:13.4px;
letter-spacing:2px;
/*color:#e7e7e7;*/
line-height:10%;
}
.story_container a {
width: 82px; 
background: #7e6171; 
font-family: 'Rajdhani', sans-serif;
font-size: 13px; 
color: #0D172D; 
font-weight: bold; 
text-transform: uppercase; 
text-align: center; 
padding: 4px 8px; 
display: inline-block; 
margin: 25px 10px 20px 5px;
}
.story_container a:hover {
background: #41323a;
color: #d2d2d2;
}

.story_headline {
background-color: #7e6171;
font-size: 22px;
letter-spacing: 1px;
text-align: center;
/*color: #d2d2d2;*/
font-family: 'Poiret One', sans-serif;
width: 80%;
}

.story_content {
margin: 20px;
font-family: 'Rajdhani', sans-serif;
}
.story_content .img_left{
float:left;
margin-top:5px;
margin-right:15px; 
margin-bottom:3px;
}
.story_content .img_right{
float:right;
margin-top:5px;
margin-left:15px; 
margin-bottom:3px;
}
		
		