h1, h2, h3, nav, button, label {
	font-family: 'Fira Code', monospace;
}

body {
	font-family: 'Exo 2', sans-serif;
}

html, body {
	margin: 0;
	height: 100%;
	overflow: hidden;
}

table, th {
	border: 3px solid black;
}

table {
	width: 100%;
}

td {
	border: 1px dotted black;
}

.container {
	display: flex;
	flex-wrap: wrap;
	height: 100vh;
	width: 100vw;
	align-content: center;
	justify-content: center;
}
