<html>
<head>
	<style type="text/css">
		body{
			padding:0;
			margin:0;
			background-color: #00FF00;
		}
		.wrap {
		  display: flex;
		}

		.wrap span {
			align-self: flex-end;
			color: #DEDEDE;
			font-size: 5em;
			width:100%;
			text-align: center;
		}
	</style>
</head>
<body>
	<div class="wrap" style="width:3840; height:2160; margin:0">
		  <span>(Dramatic Reenactment)</span>
	</div>
</body>
</html>