html, body {
  overflow: hidden;
}

.body {
	display: flex;
	flex-direction: column;
}

.menu {
	min-height: 10vh;
}

.content {
	width: 100%;
	min-height: 80vh;
	
	margin-left: auto;
	margin-right: auto;
}

.container.main {
	width: 80vw;
	
	outline: solid 0.025em black;
}

@media (orientation: portrait) {
	
}

.clipboard-view {
	width: 99%;
	height: 99vh;
	
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	outline: solid 0.025em black;
}

.jumbotron {
	height: 33%;
}