.generic-box {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	padding: 0;
	margin: 0;
	list-style: none;
}

.shortcut-box {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	padding: 0;
	margin: 0;
	list-style: none;
}

.shortcut {
	background: #7d013e;
	padding: 5px;
	width: 200px;
	height: 150px;
	margin-top: 10px;
	line-height: 150px;
	color: white;
	font-weight: bold;
	font-size: 3em;
	text-align: center;
}

.box-link {
    display: flex;
	flex-flow: column nowrap;
	justify-content: space-evenly;
	align-items: center;
	padding: 0px;
	height:100%;
	width:100%;
	text-decoration: none;
	font-size: 32px;
	line-height: 32px;
	vertical-align: bottom;
}

.shortcut-img {
	width: 50%;
	/* min-width: 100%; */
	/* object-fit: cover; */
	vertical-align: bottom;
}

.header-img {
    height: 18px;
}

.project-box {
    display: flex;
	flex-flow: column nowrap;
	justify-content: space-evenly;
	align-items: flex-start;
	padding: 0;
	margin: 0;
}

.project {
    display: flex;
	flex-flow: row wrap;
	background: #222;
	margin-top: 20px;
	padding: 10px;
}