/* custom css */

.story-section{
	display: flex;
	flex-wrap: wrap;
}
.story-footer{
	height:2em;
	background: #5e42a6;
	position: fixed;
	bottom: 0;
}
.story-block{
	width: 47%;
	margin: 1em auto 1em auto;
}
.story-cover img{
	max-height:100%; 
	max-width:100%;
}
.story-button-block{
	display:flex;
	flex-wrap: wrap;
}
.story-button{
	width: 40%;
	text-align: center;
	background: #55408a;
	margin: 0 5% 0 5%;
	border-radius: 2em;
}

footer{
	text-align: center;
}
.footer-button{
	margin-top: 2em;
}