.page-content #content {
	text-align: center;
	font-size: 1.3em;
	color: black;
	display: grid;
    gap: 1em;
}

.page-content #linksDiv {
	display: grid;
    gap: 0.5em;
}

.page-content #errorText {
	color: darkred;
}

.page-content #errorText:empty {
	display: none;
}

.page-content form {
}

.page-content #regex {
	font-family: 'Courier New', monospace;
	font-size: 1em;
}

.page-content #submitButton {
	margin-top: 1em;
	font-size: 1em;
}

.page-content hr {
	border-top: 1px solid black;
	border-bottom: 0px;
	width: 75%;
	margin: 0px auto 0px auto;
}

.page-content #wordsList {
	font-family: Georgia, serif;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5em;
}