body{background:black;justify-content:space-evenly}

#links{display:flex;justify-content:space-evenly;align-items:center;width:100%}
.mainLink{height:256px;width:256px;}
.mainLink:hover{filter:drop-shadow(#fff 0 0 20px)}

#linkDescs{color:#fff;display:flex;height:5rem;font-family:sans-serif;flex-direction:column;
	text-align:center;}
#linkName{height:2rem;font-size:1.5rem;border-bottom:solid 1px #fff;
	font-style:italic;font-weight:bold;margin-bottom:1rem;}
#linkDesc{height:1rem;font-size:1.2rem;}