title {
	display: none;
}


@font-face {
	font-family: comic-font;
	src: url("fonts/CC Wild Words Roman.ttf"); /* source: https://dafont.style/download/cc-wild-words-roman-font.html */
}


a:link {
	color: rgb(0, 0, 0);
	text-decoration: none;
}


a:visited {
	color: rgb(0, 0, 0);
	text-decoration: none;
}


a:hover {
	color: rgb(177, 177, 177);
	text-decoration: underline;
	cursor: pointer;	
}


a:active {
	color: rgb(177, 177, 177);
	text-decoration: none;
	cursor: pointer;	
}


body {
	background-color: rgb(255, 255, 255);	
	font-family: comic-font;
	text-align: center;	
	font-size: 150%;
	background: url(images/background-art.png);
	color: black;
	background-color: white;
}


#button-area {	
	margin-bottom: 32px;
	margin-left: auto;
	margin-right: auto;	
	height: auto;	
	width: 720px;
	text-align: center;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
	padding-right: 16px;
	height: 47px;
	line-height: 60px;
	border-radius: 32px;
	width: fit-content;
}


#oh-beh-beh {
	position: absolute;
	bottom: 0px;
	left: 307px;
}


#text-box {
	border-style: solid;
	border-width: 8px;
	border-color: rgb(0, 0, 0); 
	border-radius: 4px;
	width: 720px;
	height: 450px;
	display: block;
	overflow: auto;
	line-height: 1.25em;
	position: relative;
	background-color: rgb(255, 255, 255);
	margin-top: 0.25em;	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.header-text-background {
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	height: 64px;
	line-height: 64px;
	border-radius: 32px;
	width: fit-content;
}