.welcome_screen {
	align-content: inherit;
	display: inline-block;
}

.welcome-header {
	font-size: 600%;
	font-weight: 900;
	text-align: center;
	color: #23527c;
	font-family: sans-serif;
}

.welcome-sub-header {
	font-size: 200%;
	font-weight: 500;
	text-align: center;
	color: #23527c;
	font-family: sans-serif;
}

.welcome-text {
	border: #23527c solid 2px;
	padding: 20px 20px 10px 10px;
	font-size: 150%;
	font-weight: 400;
	color: #23527c;
	font-family: sans-serif;
	white-space: nowrap;
	width: min-content;
	margin-left: auto;
	margin-right: auto;
}

.welcome-text-notes {
	border: #23527c solid 2px;
	padding: 20px 20px 10px 10px;
	font-size: 150%;
	font-weight: 400;
	color: #23527c;
	font-family: sans-serif;
	/*white-space: nowrap;*/
	/*width: min-content;*/
	/*margin-left: auto;*/
	/*margin-right: auto;*/
}