﻿body {
	background-color: black;
	color: white;
	font-family: 'Baloo 2', serif;
	font-size: 2vmin;
	height: 100%;
	margin: 0;
}

footer {
	background-color: #124B72;
	font-size: 1.5vmin;
	padding: 3vmin;
	text-align: center;
}

a {
	color: white;
	padding: 0.5vmin;
	text-align: center;
	text-decoration: none;
	width: 25vmin;
}

nav {
	align-items: center;
	background-color: #404E66;
	display: flex;
	font-size: 2vmin;
	margin: 0;
	justify-content: center;
}

	nav a {
		color: white;
		padding: 0.5vmin;
		text-align: center;
		text-decoration: none;
		width: 25vmin;
	}

		nav a:hover {
			background-color: #546787;
		}


ul {
	line-height: 200%;
}

h1 { line-height: 100%; }

input { width: 300px; height: 40px; font-size: 30px; }

table { border-spacing: 10px; }

td { font-size: 20px; }

.center {
	margin-left: auto;
	margin-right: auto;
}