body {
	background-image: url("geometry2.png");
}
h2 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
}
a {
	color: #4C5B5C;
	text-decoration: none;
}
a:visited {
	color: #5d6b6c;
}
a:hover {
	color: #c9cdce;
	letter-spacing: 3px;
	transition: 0.5s;
}
a:active {
	color: #f9f9f9;
}
.project-links {
	font-size: 16px;
}
#other-links {
	font-size: 16px;
}
ul { 
	display: block;
	list-style-type: none;
	margin-top: 0em;
	margin-bottom: 2em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0px;
}
