* {
	margin: 0;
	padding: 0;
}

html {
	background: #000;
	width: 100vw;
	height: 100vh;
}

body {
	background: #0000;
	align-items: center;
	justify-content: center;
	font-family: monospace;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

canvas {
	background: #0000;
	background-color: #000;
	display: block;
}
canvas.minting {
	display: flex;
}

#details,
#controller,
#infos,
.selection_highlighter_scroll_markers {
	display: none;
}

body.minting {
	display: flex;
	flex-direction: column;
	/* gap: 1em; */
}

body.minting #details {
	display: grid;
	grid-template-columns: max-content max-content;
	gap: 0.2em 1em;
}

body.minting #infos {
	display: block;
	font-weight: bold;
}

/* mataleone */

.minting #controller {
	display: flex;
	position: relative;
	width: 512px;
	height: 128px;
	padding: 0;
	margin: 1em;
	border: 0;
}

.p5Canvas {
	padding: 0 !important;
	border: 0 !important;
	margin: auto !important;
}
