html, body{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden!important;
	background-color: #eeeeee;
	background-image: linear-gradient(to top right, #ffffff, #eeeeee);
}

body{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#app{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}