body {
	font-size: 12pt;
	font-family: sans-serif;
	background-color: #660077;
}

.mvw_home_center {
	/* big box of big text in center */
	font-size: 36pt;
	font-weight: bold;
	display: flex;
	flex-direction: row;
	gap: 0.5em;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: 100%;
	width: 100%
}

.mvw_home_bigwords {
	/* this makes the words big */
	text-align-last: justify;
	font-size: 48pt;
	background-color: #22ff22; 
	flex-basis: fit-content;

}

.mvw_home_links {
	/* link styles */
	text-align: left;
	color: #000000;
}

.mvw_home_links:hover {
	color: #FFFFFF;
}

.mvw_about_main {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 10%;
	background-color: lightgray;
}

.mvw_about_title {
	/* titlebar only please. when ready for images add an object-fit:
	object-fit: contain;
	*/
	background-color: #22ff22; 
	color: #000000; 
	font-size: 36pt; 
	font-weight: bold;
	text-align: center;
}

.mvw_about_text {
	font-size: 12pt;
	padding: 1em;
}