* {
	box-sizing: border-box;
}

html, body {
	height: 100%;
}

body {
	background: #023461;
	font-family: 'Open Sans';
	color: #fff;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.delta-logo {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 169px;
	height: 172px;
	background: url('logo-delta.png');
	background-size: contain;
}

#moved {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.tts-logo {
	width: 275px;
	height: 97.5px;
	background: url('logo-tts.png');
	background-size: contain;
}

a {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
}

a:hover {
	text-decoration: underline;
}