html, body
{
	background-color: #222;
	font-family: helvetica, arial, sans-serif;
}

#game
{
	position: absolute;
	width: 800px;
	height: 500px;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	margin-top: -250px;
	background: linear-gradient(to bottom, #D8D18F 0%,#000000 100%);	perspective: 1000px;
	overflow: hidden;
}
	#game > p
	{
		text-align: center;
		font-size: 120%;
		margin-top: 265px;
		color: #fff;
		position: relative;
		z-index: 999;
		font-weight: bold;
		color: #888;
	}
	#game #help
	{
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 150%;
		font-weight: bold;
		background-color: yellow;
		border: solid 2px #000;
		text-align: center;
		width: 1.5em;
		height: 1.5em;
		border-radius: 5px;
		cursor: pointer;
	}
	#game #stop
	{
		position: absolute;
		right: 100px;
		top: 180px;
		padding: 0.5em 1em;
		font-size: 110%;
		font-weight: bold;
		background-color: #CF020F;
		color: #fff;
		cursor: pointer;
		border: solid 2px #fff;
		border-radius: 2em;
		z-index: 999;
	}
	#game #stop.hidden
	{
		display: none;
	}

.speech
{
	position: absolute;
	top: 20px;
	right: 70px;
	width: 340px;
	height: 220px;
	background-color: #fff;
	border-radius: 20px;
	padding: 10px 20px;
	display: none;
}
.speech::before
{
	position: absolute;
	content: "";
	top: 50px;
	left: -30px;
	width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 30px solid #fff;
}
	.speech p
	{
		text-align: center;
		font-weight: bold;
	}
	.speech button
	{
		display: block;
		margin: 0.5em auto;
		padding: 0.5em 1em;
		font-size: 110%;
		font-weight: bold;
		background-color: #CF020F;
		color: #fff;
		cursor: pointer;
		border: 0;
		border-radius: 2em;
		z-index: 999;
	}
	.speech button.hidden
	{
		display: none;
	}

.message
{
	position: absolute;
	top: 50px;
	left: 250px;
	width: 250px;
	margin: 0;
	padding: 0;
}

.about
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 100, 0.8);
	color: #fff;
	text-align: center;
	z-index: 999;
	padding: 10px;
	/* display: none; */
}
	.about.hidden
	{
		display: none;
	}
	.about h1
	{
		margin: 10px 0 0 0;
	}
	.about h2
	{
		font-size: 125%;
		font-weight: normal;
	}
	.about p
	{
		width: 60%;
		margin: 0 auto;
		background-color: #000;
		padding: 1em;
		font-size: 120%;
	}
		#about.about p strong
		{
			color: aqua;
		}
	.about a
	{
		color: yellow;
	}
	.about button:not(.close)
	{
		margin-top: 40px;
		padding: 20px;
		font-size: 150%;
		font-weight: bold;
		background-color: #CF020F;
		color: #fff;
		cursor: pointer;
		border: solid 5px #fff;
		border-radius: 50px;
	}
	.about .close
	{
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 150%;
		font-weight: bold;
		background-color: yellow;
		border: solid 2px #000;
		text-align: center;
		width: 1.5em;
		height: 1.5em;
		border-radius: 5px;
		color: #000;
		cursor: pointer;
	}

#guitarist
{
	position: absolute;
	left: -50%;
	/* left: 50px; */
	bottom: 0;
	height: 95%;
	width: 50%;
	overflow: visible;
	z-index: 10;
}
	#hair
	{
		position: absolute;
		top: -20px;
		height: 90px;
		left: 25px;
		width: 150px;
		background-color: #714712;
		border-radius: 50%;
		z-index: -1;
	}
	#lok
	{
		position: absolute;
		top: -10px;
		left: 30px;
		width: 120px;
		height: 50px;
		background-color: #714712;
		border-radius: 50%;
		z-index: 40;
	}
	#head
	{
		position: absolute;
		top: 0;
		left: 50px;
		width: 100px;
		height: 100px;
		background-color: #1789DD;
		border-radius: 25%;
	}
		#head #shades
		{
			position: absolute;
			top: 50px;
			left: -5px;
			right: -5px;
			height: 25px;
			border-top: solid 5px #000;
		}
			#head #shades .shades-glass
			{
				position: absolute;
				top: 0;
				left: 10px;
				height: 100%;
				width: 38px;
				background-color: #000;
				border-bottom-left-radius: 10px;
				border-bottom-right-radius: 10px;
			}
			#head #shades .shades-glass:last-child
			{
				left: auto;
				right: 10px;
			}
	#neck
	{
		position: absolute;
		top: 100px;
		height: 30px;
		left: 75px;
		width: 40px;
		background-color: #1789DD;
		z-index: 10;
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 30px;
	}
	#body
	{
		position: absolute;
		top: 110px;
		bottom: 0;
		left: 0;
		width: 200px;
		background-color: brown;
		border-radius: 15%;
		overflow: visible;
	}
		#arm-left-top
		{
			position: absolute;
			top: 10px;
			left: 15px;
			width: 40px;
			height: 115px;
			background-color: brown;
			transform-origin: top center;
			transform: rotate(50deg);
			border-radius: 25%;
			z-index: 20;
		}
		#arm-left-bottom
		{
			position: absolute;
			top: 76px;
			left: -70px;
			width: 30px;
			height: 80px;
			background-color: brown;
			transform-origin: top center;
			transform: rotate(-80deg);
			border-radius: 25%;
			z-index: 20;
		}
		#arm-right-top
		{
			position: absolute;
			top: 10px;
			left: 150px;
			width: 40px;
			height: 115px;
			background-color: brown;
			transform-origin: top center;
			transform: rotate(-15deg);
			border-radius: 25%;
		}
		#arm-right-bottom
		{
			position: absolute;
			top: 120px;
			left: 180px;
			width: 30px;
			height: 90px;
			background-color: brown;
			transform-origin: top center;
			transform: rotate(-150deg);
			border-radius: 25%;
			overflow: visible;
			z-index: 20;
		}
		.hand
		{
			position: absolute;
			background-color: #1789DD;
			width: 35px;
			height: 35px;
			border-radius: 50%;
			left: -3px;
			top: 80px;
		}
	#guitar
	{
		position: absolute;
		left: -80px;
		top: 0px;
		width: 450px;
		height: 130px;
		z-index: 1;
		transform: rotate(-20deg);
	}
		#guitar-body
		{
			position: absolute;
			bottom: 0;
			left: 0;
			right: 55%;
			top: 0;
			background-color: maroon;
			border-radius: 50px;
		}
		#guitar-neck
		{
			position: absolute;
			top: 40%;
			bottom: 40%;
			right: 0;
			left: 45%;
			background-color: maroon;
		}
		#guitar-head
		{
			position: absolute;
			right: 0;
			top: 30%;
			bottom: 30%;
			width: 70px;
			background-color: maroon;
			border-radius: 25%;
		}



#piano
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 250px;
	background-color: #000;
	transform: rotateX(20deg);
	transform-origin: center bottom;
	outline: solid 10px #000;
	z-index: 99;
}
	#piano #keyboard
	{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 80%;
		background-color: #111;
	}
		#piano #keyboard button
		{
			background-color: #fff;
			border: 1px solid #ccc;
			outline: 0;
			position: relative;
			cursor: pointer;
		}
		#piano #keyboard .white
		{
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			height: 100%;
			display: grid;
			grid-template-columns: repeat(36, auto);
		}
			#piano #keyboard .white button:active,
			#piano #keyboard .white button.active
			{
				background-color: hsl(86, 30%, 60%);
			}
			#piano #keyboard .white button[disabled]
			{
				background-color: #ddd;
				cursor: not-allowed;
			}
			#piano #keyboard .white button:last-child
			{
				display: none;
			}
		#piano #keyboard .black
		{
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			transform: translateX(calc(-1/36*50%));
			height: 65%;
			display: grid;
			grid-template-columns: repeat(36, auto);
		}
			#piano #keyboard .black button
			{
				background-color: #000;
			}
			#piano #keyboard .black button:active,
			#piano #keyboard .black button.active
			{
				background-color: hsl(86, 30%, 30%);
			}
			#piano #keyboard .black button[disabled]
			{
				background-color: #444;
				cursor: not-allowed;
			}
			#piano #keyboard .black button:first-child,
			#piano #keyboard .black button:nth-child(7n+3),
			#piano #keyboard .black button:nth-child(7n+6)
			{
				visibility: hidden;
			}
			#piano #keyboard .black button:last-child
			{
				display: none;
			}
