body {
	margin: 0 auto;
	background-color: #181818;
	color: antiquewhite;
	font-family: Arial, Helvetica, sans-serif;
}
button {
	padding: 0.5rem 1rem;
	height: 2.25rem;
	background-color: darkcyan;
	border: none;
	border-radius: 5px;
	color: antiquewhite;
	font-family: inherit;
	font-size: 1rem;
}
input {
	color: #181818;
	height: 2rem;
	font-family: inherit;
	font-size: 1rem;
	background-color: antiquewhite;
}
.float-top {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.center-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
.timer {
	width: 100%;
}
.p {
	padding: 1rem;
}
.box {
	border: 1px solid antiquewhite;
	padding: 2rem;
	margin: 2rem;
	border-radius: 5px;
	max-width: 700px;
	width: 615px;
}
.text-center {
	text-align: center;
}
.current {
	background-color: khaki;
	color: #181818;
	/* border-left: 1px solid yellow; */
}
.error1 {
	background-color: red;
	color: #181818;
	text-decoration: underline;
	/* background-color: green; */
	/* border: 1px solid blue; */
}
.inline {
	display: inline-block;
	padding: 0 2px;
}
.stats {
	font-weight: 600;
	font-size: 1.3rem;
}
.container {
	display: flex;
	align-items: center;
	height: 2rem;
}
.source {
	padding: 1.5rem 0;
	font-size: 1.3rem;
}
input {
	flex-grow: 1;
	max-width: 100%;
}
.btn {
	margin-left: 0.5rem;
}
.selection {
	background-color: transparent;
	color: orange;
	margin-right: 1.5rem;
	margin-bottom: 1rem;
	cursor: pointer;
}
.selection_active {
	text-decoration: underline;
}
.correct {
	color: green;
}
