body {
	font-family: sans-serif;
	background: #eee;
}

#main {
	max-width: 80ex;
	transform: translateX(-50%);
	margin-left: 50%;
	position: absolute;
	width: 90%;
}

code,
pre {
	border: 1px solid black;
	background: yellow;
	font-weight: bolder;
	padding: 2px 10px;
}

li {
	padding: 5px;
	margin-left: 10px;
}

pre {
	padding: 1em;
	box-shadow: 3px 3px 3px #000;
}

ul,
p {
	padding: 1em;
	background: #ddd;
}

.generator {
	background: #afa;
	border: 1px solid #9f9;
	box-shadow: 3px 3px 3px #999;
}

.generator::before {
	display: block;
	text-align: right;
	content: "CreatiSign Generator";
	color: #666;
	margin-bottom: 10px;
}

#main img {
	width: 400px;
	position: relative;
	transform: translateX(-50%);
	margin-left: 50%;
}

img {
	box-shadow: 3px 3px 3px #000;
	border: 1px solid #000;
}

#cover {
	display: none;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#cover, img {
	cursor: pointer;
}

#image {
	transform: translate(-50%, -50%);
	max-width: 90%;
	max-height: 90%;
	left: 50%;
	top: 50%;
	position: fixed;
}

