body {
	margin: 0;
	font-family: 'Open Sans', arial, sans-serif;
	color: #333;
	font-size: 16px;
}

h1,
h2 {
	text-align: center;
}

a {
	color: black;
	text-decoration: none;
}

.post_regular {
	box-shadow: 0.5em 0.5em 0.5em 0.5em #dfdfdf;
	margin: 1em;
	border: 0.1em solid #cfcfcf;
	border-radius: 0.5em;
	transition:
		margin 0.5s ease,
		box-shadow 0.5s ease;
}

.post_regular a {
	display: flex;
	justify-content: space-between;
}

.post_regular:hover {
	box-shadow: 0em 0em #7f7f7f;
	margin: 0.25em;
}

.embedded {
	display: flex;
}

.post_regular div {
	margin: 1em;
	flex-direction: column;
}

button {
	border: none;
}

nav {
	font-size: 10pt;
	padding: 1em;
	z-index: 20;
	margin: 0em 0em 0em 0em;
	border-bottom: 0.1em solid #cfcfcf;
	max-height: 4em;
	position: sticky;
	top: 0em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
select {
	border: none;
	font-weight: bold;
}
.regular {
	padding: 0.5em;
	text-align: center;
	margin: 0%;
	font-weight: bold;
}
nav a {
	text-align: center;
	font-size: 1.5em;
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.lightBackground {
	background: white;
}

