h1, h2, h3, h4, h5, h6, .blog-name {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

body {
	font-family: Georgia, "Times New Roman", serif;
}

.nav-label {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

.nav-button#menu-button {
	display: none;
}

.avatar {
	position: relative;
	display: block;
	z-index: 10;
}

.avatar img {
	display: block;
	border-radius: 80px;
}

.post-tags {
	max-width: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

.post-tags a{
	border-color: #3185fc;
	color: #3185fc;

}

.post-tags a:hover{
	background: #3185fc;
}

.post-content a{
	border-color: #3185fc;
}

.post-content a:hover{
	color: #3185fc;
}

.post-title a:hover{
	color: #3185fc;
}
