.burgerline {
  background: black !important;
}

body {
  position: absolute;
  width: 100vw;
  min-height: 100vh;
  background: rgb(240,240,240) !important;
  background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(190,193,202,1) 100%) !important;
}

.frame-plus-ui {
	height: 100vh;
	width: 100vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 1vw;
}

#unityContainer {
	width: 75vw;
	height: 40vw;
	background: grey;
	z-index: 1000;
}

/*.ui {
	display: flex;
	justify-content: space-between;
	font-family: founders medium;
	font-size: 1.3vw;
	margin-top: 1vw;
	width: 75vw;
}*/

/*.test {
	margin-top: 1vw;
	width: 75vw;
}*/

/* BIG DESKTOP */
@media only screen and (min-width: 1800px) {

	#unityContainer {
		max-height: 75vh;
	}

}