html,
body {
	background-color: hsl(210, 20%, 40%);
	font-size: 17px;
	font-family: "Lucida Console", "Courier New", monospace;
	margin: 0px;
}

.title {
	color: #fff;
	display: flex;
	justify-content: center;
	margin: 40px;
	font-size: 1.3rem;
}

#thumbnail-container {
	display: flex;
	gap: 40px;
	margin-bottom: 40px;
	flex-wrap: wrap;
	justify-content: center;
}

.thumbnail {
	width: calc(200px + 15vw);
	height: calc(200px + 15vw);
	cursor: pointer;
}

.canvas-container {
	background-color: #fff;
	margin-top: -100%;
	width: 100%;
	height: 100%;
}

canvas {
	width: 100%;
	height: 100%;
}

.text_continer {
	color: #000;
	text-shadow: 0px 0px 10px #fff;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	padding: 30px;
	display: flex;
	gap: 20px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}

a {
	text-decoration: none;
}

.header {
	z-index: 2;
	display: flex;
	justify-content: center;
	font-size: 1.2rem;
}

.text {
	z-index: 2;
	display: flex;
	justify-content: center;
	font-size: 1rem;
}

.darck {
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000;
	color: #fff;
}
