html,body{
	margin:0;
	padding:0;
	font-family: Courier New;
	color: #222;
}
div.container {
	margin: 0 auto;
	width:600px;
}
h1 {
	margin:21px 0;
	font-size: 32px;
	font-weight: normal;
	margin-left:500px;
	margin-top:500px;
	opacity: 0;
	backdrop-filter: blur(24px);
}
.info span {
	float:left;
	width:260px;
}
p.info {
	width:600px;
	margin-left:-1000px;
}
h1:first{
	margin-top:-500px;
}
* {
	transition: all 2s ease-in-out;
	-webkit-transition: all 2s ease-in-out;
}
body {
	transition:
		color 0.3s ease-in-out,
		transform 2s ease-in-out;
}
