#erd-tmp-modal {
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background:rgba(0,0,0,0.95);
	color:#fff;
	display:none;
	flex-direction:column;
	align-items:center;
	z-index:1000;
}
#erd-tmp-timer {
	font-size:2.5em;
	font-weight:bold;
	margin:20px auto;
}
#erd-tmp-imagecontainer {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	height:80%;
}
#erd-tmp-imagecontainer img {
	margin-bottom:20px;
}
#erd-tmp-formcontainer,
#erd-tmp-errorcontainer {
	display:none;
	flex-direction:column;
	align-items:center;
	z-index:1001;
}
#erd-tmp-input[type="text"] {
	padding:10px;
	font-size:1.2em;
}
#erd-tmp-button {
	padding:10px 20px;
	font-size:1em;
	margin-top:10px;
	cursor:pointer;
}
