body{
	background-color: #27273B;
	font-family: sans-serif;
	color: white;
}

a{
	color:white;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: white;
}

#description{
	margin-top: 5%; 
}

.center{
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
}

#linkbox{
	margin-top: 10%;
	width: 100%;
	border-radius: 3px;
	box-shadow: inset 1px 1px 1px 1px #000;
	display: inline-block;
	text-align: center;
}

.icon{
	font-size: 3em !important;
	margin: 10px 10px 10px 10px;
	text-shadow: 4px 4px 4px rgba(0,0,0,0.42);
	display: inline-block;
}