html {
	font-size: 1.2em;
}
body {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu,
		"Helvetica Neue", sans-serif;
	color: #333333;
	margin: 0;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
.wrapper {
	width: 100%;
	max-width: 640px;
	margin: auto;
	box-sizing: border-box;
	padding: 0px 10px;
}
.mono {
	font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
	font-size: 0.9rem;
}
h1,
h3 {
	font-weight: normal;
}
a {
	color: #333;
}
#title {
	margin-top: 2rem;
	display: flex;
	color: #000;
}
#title #logo {
	width: 48px;
	margin-right: 1rem;
}
#title span {
	flex: 1;
	font-size: 1.8rem;
	line-height: 48px;
}
#title small {
	color: #888;
}

#subtitle {
	font-size: 1.3rem;
	font-style: italic;
}

#random {
	display: flex;
	background-color: #ecf0f1;
	border-radius: 0.5rem;
	padding: 1rem 0.8rem;
}
#random input {
	flex: 1;
	font-size: 0.8rem;
	border: none;
	background: none;
	outline: none;
}
#random button {
	font-size: 1rem;
	border: none;
	background: none;
	cursor: pointer;
}

#githublink {
	display: block;
	font-size: 1.2rem;
	color: #333;
	text-decoration: none;
	margin: 2rem 0px;
	text-align: center;
}
#footer {
	text-align: center;
	font-size: 0.75rem;
	margin: 10vh auto 1rem;
}
