

body {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	color: #efefef;
	font-family: "Supertext", "Lucida Console", "Monaco", monospace;
}


.container {
    width: 600px;
    height: auto;
    max-width: 100%;
	margin: 10px;
}

h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;

	img {
		width: 100%;
		max-width: 400px;
		height: auto;
	}
}

p.text {
	text-align: center;
	font-size: 1em;
}

p.hint {
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
}

a {
	color: #efefef;
}

small {
	color: #999;
	font-size: 0.9em;
}
