h2 {
	text-align: center;
	font-size: 8vw;
	margin: 0.3em 0;
}

h3 {
	text-align: center;
	margin-bottom: 0.5em;
}

#bodyContent {
	margin: 1em 5vw;
	font-size: 5vmin;
	padding: 0 1em;
}

#bodyContent>p {
	margin: 0.1em 0;
}

#bodyContent>div a {
	margin: 1em 0.1em;
	font-size: 1.1em;
	background-color: #aadddd;
	cursor: pointer;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	padding: 0.3em 0.5em;
	border: black 0.1em solid;
	display: inline-block;
}

#bodyContent>div a:hover {
	background-color: #ffaabb;
	cursor: pointer;
}

#termsDiv {
	display: flex;
	align-items: center;
	justify-content: left;
}

#termsDiv>input {
	margin-right: 0.8em;
	width: 5em;
	height: 5em;
}

@media all and (min-width: 768px) {
	h2 {
		font-size: 3vw;
	}

	#bodyContent {
		font-size: 3vmin;
	}

	#termsDiv>input {
		width: 2em;
		height: 2em;
	}
}