.aboutUs
{
	position: absolute;
	
	display: inline-block;
	
	width: fit-content;
	height: auto;
	
	left: 50%;
	top: 50%;
	
	transform: translate(-50%, -50%);
	
	color: white;
	font-size: 1.1vw;
	
	white-space: nowrap;
    
    text-align: center;
}