@import url(https://fonts.googleapis.com/css2?family=Istok+Web&display=block);

body {
	font-family: "Istok Web", sans-serif;
	max-width: 50em;
	margin: auto;
	background-color: #ffe;
}

main {
	box-shadow: 0 0 20px #aaa;
	padding: 1em 2em;
	background-color: #eed;
}

#logo {
	display: block;
	margin: auto;
	height: 20em;
	border-radius: 1em;
	margin-top: 1em;
}

h1 {
	text-align: center;
}

#subtitle {
	text-align: center;
	margin-top: -1.5em;
	margin-bottom: 2em;
}

#cork-link::before {
	content: "←";
	font-family: Consolas, monospace;
	font-size: 1.5em;
	margin-right: 0.25em;
}

a {
	text-decoration: none;
	color: #261;
	font-weight: bold;
}