@font-face {
	font-family: "Calluna Sans";
	src: url("https://assets.tumblr.com/fonts/callunasans/CallunaSansRegular-webfont.woff?3");
}

/* Design */
body {
	background-color: #83769c;
	color: #fff1e8;
	font-family: Calluna Sans, sans-serif;
	font-size: 15px;
}
a {
	color: #1d2b53;
}

/* Layout */
body {
	display: flex;
	align-items: center;
	justify-content: center;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h3 {
	font-size: 150%;
}
