body {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ecf0f1;
	font-family: 'Trebuchet MS', sans-serif;
	background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
	width: 100%;
	min-height: 100vh;
}

.main {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sitename {
	font-size: 4rem;
	margin-bottom: .5rem;
	text-align: center;
}

.under {
	border-top: .1rem solid #fff;
	padding: 1rem 4rem;
	text-align: center;
}
