body {
	background-color: #fdfdfb;
	font-family: 'Computer Modern', Helvetica, sans-serif;
  font-size:  19px;
	line-height: 23px;
}
#app {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	font-weight: 400;
	text-align: left;
}
a {
	font-weight: 400;
	text-decoration: underline;
}
h1 {
	font-weight: 800;
	font-size: 26px;
	margin-bottom: 0;
	line-height: 1.6ch;
	padding-right: 1.5ch;
}
ul {
  list-style: none;
	margin: 15px 0;
  padding-left: 2ch;
}
li {
  padding-left: 1ch;
  text-indent: -2.2ch;
	margin-bottom: .4rem;
}
li:before {
  content: "-";
  padding-right: 14px;
}
#header {
	display: flex;
	flex-wrap: wrap;
	background-color: #eaeaea;
	color: #606060;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
	margin: 3px 0 15px 0;
}
#header a {
	font-size: 18px;
	padding: 6px 0 6px 0;
	margin: 0 9px 0 9px;
	color: #505050;
}
#header a:hover { color: #303030;}

.header-def {
	font-weight: 400;
}
.header-sel {
	font-weight: bold;
	text-decoration: none;
}
#title {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	margin-bottom: 1.5rem;
}
#contacts {
	margin: 7px 0 5px 0;
}
#contacts a {
	color: #909090;
	margin-right: 15px;
	font-weight: 400;
	text-decoration: none;
}
#contacts a:hover { text-decoration: underline; color:#2ea32e; }
#content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1100px;
	padding: 0vh 1.0rem 0 0.8rem;
	overflow: hidden;
}
.category {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0rem 0 15px 0;
}
#category-divider {
	background-color: #E0E0E0;
	min-height: 1px;
	margin-bottom: 1rem;
	width: 100%;
}
.category-title {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 8px;
}
#repo-container {
	display: flex;
	flex-direction: column;
}
.repo-row {
	display: block;
	padding: 2px;
	margin-bottom: 8px;
}
.repo-link {
	font-size: 17px;
}
.blog-date {
	color: #606060;
	padding-top: 1px;
	font-size: 14px;
	line-height: 17px;
	margin-right: 2ch;
	min-width: 5ch;
	align-self: flex-start;
	font-family: Monaco, Consolas, monospace;
}
.blog-short{
	display: flex;
	flex-direction: row;
	align-items: center;
  font-size: 19px;
	margin-bottom: 10px;
}
.blog-short a {
	font-weight: 700;
}
.blog-link{
	line-height: 19px;
}
.blog-rss {
	content: url('rss.svg');
	height: 15px;
	padding: 0px 5px;
	transform: translateY(2px);
}