.link-button{
	color: white;
	text-align: center;
	background-color: black;
	font-size: 18pt;
	margin: 5px;
	border-radius: 5px;
	height: 50px;
}
.link-button a{
	color: white;
	line-height: 50px;
}
.link-button a:visited{
	color: white;
}
.link-button img{
	height: calc(100% - 10px);
	margin-top: 5px;
	margin-bottom: 5px;
	width: auto;
}