html {
	
	font-family: "Arial", Arial, sans-serif;
	font-size: 20px;
	
}

body {
	
	background-color: black;
	color: white;
	align-items: center;
	
}

p {
	
	font-family: "Lucida Console", Lucida, monospace;
	
}

#cont {
	
	width: 400dp;
	text-align: center;
	align-items: center;
	padding-top: 22%;
	
}

@media screen and (max-width: 1020px) {
	
	html {
		
		font-family: "Arial", Arial, sans-serif;
		font-size: 40px;
		
	}
	
	body {
		
		background-color: black;
		color: white;
		align-items: center;
		
	}
	
	p {
		
		font-family: "Lucida Console", Lucida, monospace;
		
	}
	
	#cont {
	
		width: auto;
		text-align: center;
		align-items: center;
		padding-top: 30%;
	
	}
	
}