<html>
<head>
<style>
			body, html, div { height: 100%; width: 100%; border: 0; margin: 0; padding: 0; position: absolute; }
			.whitenoise { background-image: url("https://i.giphy.com/media/oEI9uBYSzLpBK/giphy.gif"); opacity: 0.3; background-position: center; background-repeat: no-repeat; background-size: cover; }
			.sorry { font-family: serif; font-size: 3vw; line-height: 1.2; display: flex; align-items: center; justify-content: center; z-index: 10; }
		</style>
</head>
<body>
<div class="whitenoise"></div>
<div class="sorry">That's it, man. Game over, man. Game over! </div>
</body>
</html>