html {
	width: 100%;
	height: 100%;
	min-width: 400px;
	min-height: 300px;
}

body {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	background: #ffffff;
/*	background: linear-gradient(135deg, #1f3a3d 0%, #21888f 100%);*/
	color: #03211B;
/*	font: normal 5.5em/5.5em Arial, sans-serif;*/

	}

.container {
	width: 98vw;
	height: 98vh;
	background: #EFFBF9;
	position: relative;
	overflow: hidden;
	}
	
#content_centered {
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#logo {
	width: 50px;
}

#logo object,
#logo img {
	width: 100%;
}

span {
	margin-left: 25px;
	font: normal 1.2em/2em "Share Tech Mono", monospace;
	text-align: center;
}

