@font-face {
	font-family: "terminal-grotesque";
	src: url("assets/terminal-grotesque.ttf") format("truetype");
}

body {
	background-color: #008080;
	color: #FFFFFF;
}

header {
	display: flex;
	padding: 4;
	background-color: #0000FF;
	align-items: center;
}

footer {
	margin: 4;
	text-align: center;
}

nav {
	margin-left: auto;
}

#contentDiv {
	margin: 4;
}

#pfp {
	border-radius: 50%;
	height: 64;
	width: 64;
}

#centeredDiv {
	display: flex;
	justify-content: center;
	align-items: center;
}

#window {
	font-family: "terminal-grotesque", sans-serif;
	margin: 8;
	background-color: #AAAAAA;
	color: #000000;
	border-style: outset;
}
