html, body {
	margin: 0px;
}  

.article-content {
	font-family: 'Inconsolata', monospace;
}

.link {
	border-radius: 16px;
	height: 180px;
	background: #f8f8f8;
	text-align: center;
	color: #999;
	padding: 16px;
	margin: 16px;
	transition: background .5s;
}
.link:hover{
	background: #e6e6e6;
	transition: background .5s;
}
.link-title {
	font-size: 24px;
	font-family: 'Inconsolata', monospace;
}
.png {
	width:0.05em;
	height:0.05em;
}
.aboutUsViseLink, .aboutUsViseLink:hover, .aboutUsViseLink:active, .aboutUsViseLink:focus{
	text-decoration: none;

}
