div.username {
	position: fixed;
	font-size: 12px;
	font-family: sans-serif;
	top: 1em;
	right: 1em;
	color: #aaa;
}

.center {
	margin: auto;
	width: fit-content;
}

#dayNavigation {
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-size: 47px;
	font-family: sans-serif;
	text-align: center;
	margin-top: 7vh;
}

.dayNavigationBtn {
	flex: auto;
	width: 3em;
	border: none;
	background: none;
	text-decoration: none;
	font-size: 0.9em;
}

#dayNavigationLbl {
	flex: auto;
	width: 80vw;
}