/*-------------------------------------------------------------------------*/
/*	Start CSS
/*-------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu:500&display=swap');
* {
	padding: 0;
	margin: 0;
}
html {
	overflow: hidden;
}

body {
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
	background: url("images/e3ln-bg.jpg" )center no-repeat;
	background-size: cover;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

}
.logo {
}
