ul.projects-list, ul.sublist {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
	list-style: none;
	padding-left: 1.2em;
  text-align: left;
	font-size: .95em;
}

ul.projects-list li:before {
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
	content: ">> ";
	font-size: .95em;
}

ul.sublist li:before {
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
	content: "> ";
	font-size: .95em;
}

.projects {
  font-family: "Roboto Mono", monospace;
}

.project {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  text-decoration: underline;
}

.project-desc {
  font-size: .8em;
}

footer {
  position: relative;
}

.links {
  text-align: center;
}

.project-desc a:hover {
  text-decoration: underline;
}
