body {
	font-size: 14px;
}

.content {
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	margin-top: 4rem;
	margin-bottom: 2rem;
}

h2 {
	line-height: 140%;
}

hr {
	margin: 2rem 0;
	color: #000000;
	border-color: #000000;
}

input[type="password"] {
	width: 100%;
	font-size: 3rem;
	line-height: 6rem;
	text-align: center;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
}

input[type="password"]:focus {
	outline: none;
}

.text-center {
	text-align: center;
}