.content {
	width:95%;
	max-width: 1200px;
	margin: 0 auto;
	}
	
div.index {
	background-image: url('/content/images/index.jpg');
	height:80vh;
	min-height: 500px;
	background-size: cover;
    background-position: center;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

blockquote {
	font-size: 1.2em;
    font-style: italic;
    color: #787878;
    border-left: 3px solid #f3ff72;
    padding-left: 10px;
}

.articlecontent img {
	width:100%;
}

.card.

div.article {
	display:flex;
	margin-bottom: 20px;
}

div.anons {
	width:calc(75% - 20px);
	padding-left:20px;
}

div.image {
	width:25%;
}
.article img {
	width: 100%;
}

div.anons h2 {
	margin-top: 0;
	text-align: left;
}