body {
	background-color: #ffffff;
	font-family: sans-serif;
	margin: 0%;
}

.bigtemp {
	color: #1976d2;
	font-size: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;

}

p {
	text-align: center;
}

nav {
	background-color: #2196f3;
}

nav ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	display: flex;
	justify-content: center;

}

nav a {
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 17.5px 20px;
	text-decoration: none;
	border-bottom: 3px solid transparent;
	transition: all .3s ease;
}

nav li:hover a {
	color: #444;
	border-bottom: 3px solid #444;

}

.statstable {
	justify-content: center;
	text-align: center;
	width: 100%;

}
.statstable, th, td {
	border: 1px solid black;
	border-collapse: collapse;
}

th, td {
	padding: 5px;
}

tr:nth-child(even) {
	background-color: #bbdefb;
}

