* {
	margin: 0;
	padding: 0;
}

body {
	font-family: monospace;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100vh;
	background-color: #212121;
}

canvas {
	background-color: #212121;
}

#details {
	display: none;
}

#infos {
	display: none;
}

body.minting #details {
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	color: #ffffff;

	position: fixed;
	top: 10px;
	left: 10px;
}