body {
	font-family: 'Caveat', cursive;
}

.screenwide {
	max-width: 600px;
	margin: auto;
}

.menu {
	background-color: Gold;
	padding: 6px;
	font-size: 25px;
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: "max-content";
	text-align: center;
	cursor: pointer;
}

.blackboard {
	border-width: 6pt;
	border-color: saddlebrown;
	border-style: solid;
	padding: 4pt;
	height: 370px;
	line-height: 1.5;
}

.chalk {
	font-size: 35px;
	font-weight: bold;
	background: black;
	color: white;
}

.noborder {
	border: none; 
	background-color: transparent;
	resize: none;
	outline: none;
	font-family: 'Caveat', cursive;
	font-size: 1em;
}

.wronganswer {
	text-decoration: line-through rgba(255, 100, 100, 0.9)	5px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
  }

span.countmedown {
	cursor: pointer;
	opacity: 0.3;
}