* {
	padding: 0;
	margin: 0;
}

@font-face {
	font-family: "fredoka";
	font-style: normal;
	src: url('font/static/Fredoka-Light.ttf');
}

@font-face {
	font-family: "lbasker";
	font-style: normal;
	src: url('font/LibreBaskerville-Regular.ttf');
}


body {
  	text-align: center;
	margin: 0;
	padding: 0;
}

.home {
	background-color: #000000;
	opacity: 1;
	background-size: 10px 10px;
	background-image: repeating-linear-gradient(135deg,
	#efefef 0,
	#efefef 1.2px,
	#f9f9f9 0,
	#f9f9f9 50%);
}

.bot {
	color: #000000;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top h1 {
	font-family: "fredoka";
	font-size: 48px;
}

.top {
	color: #000000;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;

}

.desc {
	font-family: "lbasker";
	font-size: 24px;
	max-width: 768px;
	text-align: center;
	margin: 0px auto;
	padding: 10px;
}


/* Preamble */
.context {
	font-size: 45px;
	max-width: 1200px;
	margin: 0 auto;
}

.itemlist {
	background: #999999;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(256px, 1fr));
	width: 70%;
	margin: 2px auto;
	padding: 2px;
	gap: 2px;

	#justify-content: center;
	#align-items: center;
}

/* itemdpy */
.itemdpy {
	background-color: #FFFFFF;
}

.itemdpy img {
	width: 100%;
	height: auto;
	display: block;

	image-rendering: -moz-crisp-edges;
	image-rendering: optimizeSpeed;
	image-rendering: -o-crisp-edges;
	image-rendering: pixelated;  /* Universal support since 2021   */
    	image-rendering: optimize-contrast;    /* CSS3 Proposed */
    	-ms-interpolation-mode: nearest-neighbor;
}

/* iteminfo */
.iteminfo {
	font-family: "fredoka";
	padding: 0px;
}

.iteminfo h3 {
	font-size: 28px;
	margin: 0 0 5px;
	color: #222222;
}

.iteminfo p {
	font-size: 20px;
	margin: 1px 0 5px;
	color: #999999;
}
