body {
	background-color: #303030;
	text-align: center;
	line-height: 100vh;
}

h1 {font-family: 'Source Sans 3';
    font-weight: 600;
    font-stretch: normal;
	letter-spacing: 0.02em;}

#container {
	display: inline-block;
	line-height: normal;
}

#message {
	color: white;
	text-align: center;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}