@charset "utf-8";
/* CSS Document */

html {
	font-size:14px;
	scroll-behavior:smooth;
}

body {
	margin:0;
	padding:0;
    font-family: 'Open sans', sans-serif;
	font-size:14px;
	color:#ddd;
	background-repeat:repeat-x;
	background-position:top;
	background-color: #000;
}

* {
	text-align: center;
	line-height: 20px;
}

body > div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	flex-direction: column;
	padding: 5vw;
}

body > div > div {
	margin: 5vh 0;
}

body div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#logo {
	width: 300px;
}

.statement {
	font-size: 20px;
	line-height: 25px;
}

.statement span {
	font-size: 12px;
	opacity: 0.6;
}

a {
	color: #999;
	text-decoration: none;
}

.row {
	display: block;
}

.preparing {
	opacity: 0.8;
}