body {
	--blue: #4898D4;
	--gray: #A6A7A8;
}
h1, h2, h3 {
	color: var(--blue);
}
hr {
	margin: 2rem 0 2rem 0;
	border: 1px #E1E1E9 solid;
}
p {
	line-height: 1.4rem;
}

/* Colors */
.blue-color {
	color: var(--blue);
}
.gray-color {
	color: var(--gray);
}

/* IDs */
#container {
	width: 610px;
	max-width: 100%;
	margin: auto;
	font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* Classes */
.breadcrumb {
	font-size: 0.8rem;
	color: var(--gray);
	margin-bottom:2rem;
}
.footer {
	text-align: center;
	font-size: 0.8rem;
	color: var(--gray);
	margin-top: 3rem;
}
.image {
	max-inline-size: 100%;
	block-size: auto;
}
.post-time {
	font-family: "Georgia", "Times New Roman", serif;
	font-style: italic;
}
.post-divider {
	
}
.post-permalink {
	margin-left: 1rem;
}
.post-title a {
	color: var(--blue);
	font-size: 2rem;
	font-weight: bold;
	text-decoration: none;
}
.svg-icon {
	display: inline-block;
	vertical-align: -.125rem;
}
.text-center {
	text-align: center;
}
