/* this section controls how the text in the header appears */
#blogHeader {
	font-size: 70%;
}

.pubdates {
	font-size: 75%;
}


body {
	margin-left: auto;
	margin-right: auto;
    width: 35em;
}

table {
	width: 110%;
}

/* this section controls how the text in the navbar (Home, RSS, Mastodon
   links) is displayed*/
.navbar {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 1em;
}

/* this section controls how the footer text is displayed */
#footer {
	padding-top: 1em;
	padding-bottom: 2em;
	font-size: 70%;
	text-align: center;
}
