:root {
	--nord0:  #2E3440;
	--nord1:  #3B4252;
	--nord2:  #434C5E;
	--nord3:  #4C566A;
	--nord4:  #D8DEE9;
	--nord5:  #E5E9F0;
	--nord6:  #ECEFF4;
	--nord7:  #8FBCBB;
	--nord8:  #88C0D0;
	--nord9:  #81A1C1;
	--nord10: #5E81AC;
	--nord11: #BF616A;
	--nord12: #D08770;
	--nord13: #EBCB8B;
	--nord14: #A3BE8C;
	--nord15: #B48EAD;
	--nord11light: #BF868C;
	--nord12light: #A1A192;
	--nord13light: #EBD7B0;
	--nord14light: #B5BFAC;
	--nord15light: #B5A3B2;

	--black: #000000;
	--grey: #919399;
	--navy: #213980;
	--white: #FFFFFF;
	--offwhite: #F5F5F5;
	--pink: #d44aca;
	--bronze: #a86c11;
}

body {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: var(--offwhite);
	color: var(--black);
	font-family: Verdana, sans-serif;
	font-size: small;
}

h1 {
	color: var(--navy);
	text-align: center;
	font-weight: Bold;
	font-size: large;
}

a {
	font-weight: Bold;
	text-decoration: none;
	color: var(--bronze);
	font-size: small;
}

a p {
	color: var(--navy);
}

a:hover {
	color: var(--navy);
}

a.button {
	background-color: var(--navy);
	border-radius: 5px;
	padding: 8px;
	text-align: center;
	color: var(--offwhite);
}

a.button:hover {
	color: var(--bronze);
}

.buttonlist {
	line-height: 40px;
	margin-bottom: 15px;
	vertical-align: middle;
}

.header {
	padding: 5px;
	margin: auto;
	text-align: center;
}

.navbar {
	background-color: var(--navy);
	border-radius: 10px;
	padding: 15px;
	margin-top: 15px;
	text-align: center;
	font-weight: 700;
	font-size: x-large;
	vertical-align: top;
	color: var(--offwhite);
}

.navbar a {
	padding: 15px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	font-size: small;
	color: var(--offwhite);
}

.navbar a:hover {
	color: var(--bronze);
}

.clear{
    clear:both;
}

.main {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	padding: 20px;
	text-align: left;
}

.footer {
	font-size: small;
	color: var(--grey);
	text-align: center;
}

li p {
	line-height: 100%;
	margin-top: 1%;
	margin-bottom: 1%;
}