html, body {
background-color: black;
height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

body {
/*	background-image: url('favicon.png'); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#menu {
	background-color: white;
	color: black;
	display: grid;
	font-weight: bold;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	height: 30px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#Beautiview, .button {
cursor: pointer;
}

.button, .view {
align-self: center;
justify-self: center;
}

#Beautiview {
font-size: 24px;
}

#container, #viewContainer {
display: grid;
}

.view {
display: none;
}
