body{
	font-family: 'Work Sans', sans-serif;
/*	display: flex;*/
}
.wrapper{
	margin-left: auto;
	margin-right: auto;

}
a {
	display: block;
	font-weight: 700;
	text-decoration: none;
	color:black;
}
span
{
	font-weight: 300;
}
a, div{
	max-width:500px;
	margin:10px 10px 10px 10px;
	padding:10px 10px 10px 10px;
}
.year{
	text-align: center;
	background-color:black;
	color:white;
}
h3{
	font-weight:300;
}

h5{
	font-weight:300;
	margin-top: 5px;
}
h2{
	margin-bottom:0;
}