.bigDiv{
	display: flex; 
	justify-content: center; 
	align-items: center; 
	flex-direction: column; 
	height: 100vh;
}

.someText{
	text-align: center;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 1.5;
}