<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
body{
height: 100vh;
width: 100vw;
display: flex;
flex-direction:column;
align-items:center;
justify-content:space-between;
overflow:hidden;
margin: 0;
}
blurredBG {
background: url(data:image/gif;base64,

NewDictionary
) no-repeat center top;
-webkit-background-size: contain;
position: absolute;
top:

If Result
px;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
transform: scale(1);
-webkit-filter: url('#blur');
-webkit-filter: blur(0em);
-webkit-filter: grayscale(

BGColor
%);
z-index: 0;
}
.sbox {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background:

NewDictionary
;
opacity: 1;
z-index: -2;
}
.stitle {
text-align:

Provided Input
;
position: absolute;
top:

NewDictionary
px;
left: 5px;
right: 5px;
color:

FontColor
;
font:

NewDictionary
px '

ThoughtFulImage
';
font-weight: 700;
letter-spacing: 0;
line-height:

Font
px;
z-index: 2;
}
.meta {
margin-top: 1.5em;
}
.container {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 100px;
}
</style>
</head>
<body>
<div></div>
<div class="container">
<div class="sbox"></div>
<div class="stitle">

NewDictionary
</div>
</div>
<blurredBG></blurredBG>
</body>
</html>