@font-face {
	font-family: 'CooperHewitt';
	font-weight: normal;
	font-style: normal;
	src: url('CooperHewitt-Book.otf');
}

@font-face {
	font-family: 'CooperHewitt';
	font-weight: bold;
	font-style: normal;
	src: url('CooperHewitt-Bold.otf');
}

body {
	display: flex;
	justify-content: center;
	height: 100vh;
	margin: 16px;
	font-family: 'CooperHewitt';
	font-size: 24px;
	color: #101114;
	background-color: #F7F7F7;
}

.maintenance {
	margin-top: 20vh;
	text-align: center;
}

.maintenance-logo {
	display: block;
	width: 100%;
	max-width: 600px;
	height: auto;
}

.maintenance-title {
	margin: 40px 0px;
	font-weight: bold;
	font-size: 48px;
}

.maintenance-details > * {
	display: block;
	line-height: 1.5em;
}

a {
	color: #2D9EB7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}