@charset "utf-8";


.div {
	position: absolute;
	left: 0;
	top: 35%;
	width: 100%;
	text-align: center;
	color:red;
	font-size: 5vw; 
	font-weight: bold;
	font-family: 'droid-sans-mono'; 
}
