.fullScreenBackgroundContentContainer{
	margin: 20%;
}

.fsBgTitle{
	font-size: 2em;
	color: white;
	font-weight: 600;
	background-color: rgb(144,128,98);
	display: flex;
	justify-content: center;
	padding: 1.2em 1em 1em;
}

.fsBgText{
	font-size: 1.7em;
	color: black;
	font-weight: 500;
	background-color: rgb(216,208,192);
	padding: 1em 2em 1.5em;
	display: flex;
	justify-content: center;
}