body {
	font-family: Arial;
	color: white;
	background-color: #1a1919;
}
.index-page {
	top: 0;
	position: relative;
	max-width: 600px;
	left: 50%;
	transform: translate(-50%, 0%);
}
.page {
	top: 0;
	position: relative;
	max-width: 600px;
	left: 50%;
	transform: translate(-50%, 0);
}
.home-link {
	font-family: Arial;
	font-size: 12px;;
}
.bolded-text {
	font-family: Arial;
	text-align: center;
	padding: 5px;
	font-stretch: ultra-expanded;
	font-weight: 800;
	font-size: 12px;
}
.domain {
	font-family: Arial;
	font-size: 15px;
	text-align: center;
}
.navigation {
	color: white;
	font-family: Arial;
	text-align: center;
	margin-bottom: 20px;
}
li {
	display: inline;
	visibility: hidden;
}
.index-links {
	font-family: Arial;
	font-size: 13px;
	font-weight: 100;
	font-stretch: ultra-condensed
}
a:link {
	color: white;
	text-decoration: none
}
a:visited {
	color: white;
	text-decoration: none
}
a:hover {
	color: gray;
	text-decoration: underline;
}
a:active {
    color: white;
}
.right {
	float: right;
	width: 40%;
	position: sticky;
	top: 0;
	height: 200px;
}
.updates {
	padding-bottom:10px;
	color: #b0b0b0;
	border: 2px solid #b0b0b0;;
	line-height: 1.0;
	font-size: 13px;
	font-weight: 100;
	font-stretch: ultra-condensed;
}
.left {
	width: 55%;
	float: left;
	height: 200px;
}
.article {
	margin-bottom: 20px;
	position: relative;
	text-align: left;
	color: white;
	padding: 10px;
	font-size: 11px;
	line-height: 1.8;
}
.article-title {
	font-stretch: ultra-expanded;
	font-weight: 800;
}
.links-to-posts {
	color: white;
	font-size: 13px;
	font-weight: 100;
	font-stretch: ultra-condensed
}
p {
	font-size: 11px;
	text-align: left;
}
.index-links {
	font-size: 12px;
}
.contact-me {
	font-size: 15px;
}
.writings-date {
	font-family: 'Courier New', Courier, monospace;
	font-stretch: ultra-expanded;
	font-size: 10px;
	color: #b0b0b0;
}
.button-links {
	text-align: center;
	margin-top: 5px;
}