body {
	margin: 0;
}


/* Site Layout */

.cont {
	height: 100vh;
	display: flex;
	flex-direction: column
}

.navbar {
	padding: 5px 20px;
	height: 50px;
}

.content {
	flex: 1;
	display: flex;
	flex-direction: row;
}
