h2 {
	margin-bottom: 0;
}

ul {
	margin-top: 0;
}

p {
	text-indent: 1em;
	max-width: 850px;
	margin: 0.5em 0;
}

textarea {
	width: 95vw;
	max-width: 850px;
	height: 10em;
}

#selector-display {
	margin-top: 1em;
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-around;
}

.selector-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 25%;
	text-align: center;
	justify-content: space-between;
	border: 1px solid black;
	padding: 1px 0.25em;
	min-height: 5em;
}

#topic-hide
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#start-button {
	margin-top: 1em;
	font-size: 1.5rem;
	padding: 0.5em 2em;
}

@media (max-width:849px) {
	#selector-display {
		flex-direction: column;
		align-items: center;
	}
	
	.selector-box {
		width: 90%;
		margin-bottom: 1em;
	}
}
