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

.pubdates {
	font-size: 75%;
}


body {
        margin: 0 auto;
        max-width: 35rem;
        padding: 0 15px;
}

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;
}
