.shortcut_container{
	flex-wrap: wrap;
	display: flex;
	margin-top: 4em;
}
.shortcut{
	width: 100px;
	text-align: center;
	position: relative;
}
.shortcut img, .shortcut p{
	cursor: pointer;
}
.shortcut img{
	width: 80%;
}
.shortcut p{
	color: white;
}
.link_spanner{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
h1{
	flex: 100%;
	color: white;
}
a{
	text-decoration: none;
}
