/* Background */
html
{ max-width: 100%; overflow-x: hidden }

body{
	background-color: #031122;
	max-width: 100%;
	overflow-x: Hidden;
}

/* General Settings */
*{
	color: #c3c3c3; 
	font-size: 4vw;
	font-family: verdana,helvetica,sans-serif;
	text-align: center;
	font-weight: bold;

}

h1{
	width: 100%;
	text-align: center;
	font-size: 5vw;
}