html {
	background-image:linear-gradient(darkblue,black);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:darkblue;
	color:gold;
	font-family:"Impact";
	height:100%;
	text-align:center;
	word-break:break-word;
}

img {
	max-width:100%;
}

@media print,screen and (max-width:300px) {
	html {
		font-size:0.6em; 
	}
}

@media print,screen and (max-width:200px) {
	html {
		font-size:0.4em; 
	}
}
