@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');

body {
	margin: 0px;
}

#container {
	position: absolute;
	margin: auto;
	width: 100vw;
	height: 80pt;
	top: 0;
	bottom: 0;

	filter: url(#threshold) blur(0.6px);
}

#text1, #text2 {
	position: absolute;
	width: 100%;
	display: inline-block;

	font-family: 'Dela Gothic One', cursive;
	font-size: 80pt;

	text-align: center;

	user-select: none;
}
