body {
	background: #c88447 url("/assets/img/bg.png");
	background-repeat: repeat;
	margin-bottom: 100px;
}

a {
	color: red;
	font-weight: bold;
	text-decoration: none;

	&:hover {
		color: orange;
	}
}

#machine {
	position: absolute;
	top: 30.5%;
	right: 33.93%;
	width: 14.13%;
	height: 18.4%;
}

#piecedemachine1 {
	position: absolute;
	bottom: 36.65%;
	left: 19.27%;
	width: 4.27%;
	height: 9.1%;
}

#piecedemachine2 {
	position: absolute;
	bottom: 23%;
	right: 24.26%;
	width: 6%;
	height: 4.6%;
}

#carteciel {
	position: absolute;
	top: 48.1%;
	right: 24.73%;
	width: 4.53%;
	height: 2.6%;
}

#machineenigme {
	width: 90%;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	margin: auto;

	img {
		width: 100%;
		display: block;
	}
}

.spin0 {
	transition: 0.5s;
}


.sky-canvas-container {
	width: min(80%, 900px);
	margin: 0 auto 20px;
}

.myCanvas {
	display: block;
	max-width: 100%;
	height: auto;
	background: black;
	cursor: url("/assets/img/crayon.png"), auto;
	touch-action: none;
}

#drop1 {
	position: absolute;
	top: 9.75%;
	left: 9.33%;
}

#drop2 {
	position: absolute;
	top: 9.75%;
	left: 31.67%;
}

#drop3 {
	position: absolute;
	top: 9.75%;
	left: 54%;
}

#drop4 {
	position: absolute;
	top: 9.75%;
	left: 76.33%;
}

.turn-card {
	display: block;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 20px;
	padding: 15px;
	margin: 10px auto;
	color: red;
	font-weight: bold;
	width: fit-content;
}
