html {
	min-height: 101%;
}
body {
	background-image: url("/images/meta/background.png");
	background-repeat: repeat;
	background-size: 408px;
}
.main-content {
	display: block;
	margin: auto;
}
.main-logo-container {
	display: flex;
	justify-content: center;
	width: 100%;
}
.welcome-box {
	width: 50%;
	display: block;
	margin: auto;
	border: 2px solid #FFB86C;
	border-radius: 12px;
	background-color: #0B132B;
	text-align: center;
	color: #FFB86C;
}