html, body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	color: #ffffff;
	margin: 0;
	padding: 8px;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	background-color: #9Fe7F5;
}

a {
	color: #9Fe7F5;
	text-decoration: none;
}

h1{
	color: #ffffff;
}

a:visited {
	color: rgb(0,80,160);
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:not(:disabled):active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
}

div.main-body{
	background-color: #053F5C;
	padding: 1em 5em 5em;
	align-content: center;
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

div.logos{
	display: flex;
	justify-content: center;
}

ul.nav-bar {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #053f5c;
}

li a.nav-bar {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

li a:hover.nav-bar {
	background-color: #022433;
}
.nav-bar{
	display: flex;
	justify-content: center;
	list-style-type: none;
}
div.nav-bar{
	padding-bottom: 1em;
}