html, body {
	margin: 0;
	padding: 0;
}
.container {
	background-image: url(/img/swile-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
	height: 100vh;
}
.inner {
	background-image: url(/img/swile-logo.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100vw;
	height: 100vh;
}
.inner h1 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: aliceblue;
	text-shadow: 1px 1px 6px black;
	text-align: center;
	margin: 0;
	padding-top: 30vh;
}