@font-face {
  font-family: NectoMono;
  src: url(/assets/NectoMono-Regular.woff2);
}
* {
	font-family: NectoMono;
}
a {
	text-decoration: none;
}
.tools-list {
	list-style-type: none;
	padding: 0;
}
.tools-list li {
	background: #e7f2fd;
	margin: 5px;
	color: #000000;
	padding: 8px;
	border-radius: 5px;
	display: block;
}
.tools-list img {
	width: 50px;
	display: block;
	margin-bottom: 5px;
}
header {
	height: auto;
}
main {
	flex: auto;
}
footer {
	height: auto;
}
