@font-face {
    font-family: 'Junicode VF';
    src: url('../fonts/JunicodeVF-Roman.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'Junicode VF', serif;
	width: 100%;
}

h1, h2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#inputs {
	width: 100%;
	display: flex;
	gap: 5px;
	justify-content: center;
}

#colofon {
	display: block;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	color: #929696;
	text-align: justify;
}

#results {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}

table {
	display: inline-table;
	min-width: 500px;
	margin: 20px 8px;
}

#help {
	margin-top: 12px;
	display: none;
	width: 100%;
}

#poem {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	width: 100%;
}

p {
	display: block;
	margin: 20px;
	text-align: center;
}

#help p {
	text-align: justify;
}

#verse {
	display: none;
}

tr.m td {
	padding-top: 15px;
}

caption {
	font-size: 125%;
	font-weight: bold;

}

datalist {
	display: none;
}

th {
	background-color: #B6CFCF;
}

td {
	padding: 2px 8px;
}

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

a {
	color: #990000;
}

a:link, a:visited {
	color: #990000;
}

a:hover, a:active {
	color: #3E4E94;
}

h1 a:link, h1 a:visited {
	color: black;
}

input {
	height: 28px;
	font-size: 110%;
	font-family: 'Junicode VF';
}

@media only screen and (max-width: 1024px) {

	h1 {
		font-size: 250%;
		margin-bottom: 0;
	}

	h2 {
		font-size: 180%;
		margin-top: 0;
	}

	body, th, td {
		font-size: 180%;
	}

	caption {
		font-size: 200%;
	}

	table {
	min-width: 800px;
	margin: 16px;
	}

	#colofon {
		text-align: justify;
	}

	input {
		height: 60px;
		{
}
