html {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background-color: #455A64;
	background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%), url('background.jpg') bottom / cover;
    -webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	text-rendering: optimizeLegibility !important;
	font-family: 'Google Sans';
}

#root-element {
	width: 100vw;
	height: 100vh;
}

#logo {
	width: 100%; 
	max-width: 340px; 
	margin-bottom: 16px; 
	padding:16px;
}

.body-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: auto;
}
