body {
	margin: 0;
	padding: 0;
}
#main {
	width: 100%;
	height:100vh;
	background: url('../images/lemoncom-logo.png') no-repeat center center;
	background-size: 70%;
	position: relative;
}
h1 {
	position: absolute;
	bottom: 5px;
	width: 100%;
	margin: 0;
	text-align: center;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #1b1b18;
}
a {
	color: #04acb9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}