﻿/*Stylesheet*/
BODY, HTML 
{
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-touch-callout: none;                
    -webkit-text-size-adjust: none;             
    -webkit-user-select: none;                  
	margin: 			0;
	padding: 			0;
	font-family: 		Arial, Verdana, sans-serif;
	font-size: 			12px;
	font-weight:		normal;
	color: 				#ccc;
	background-color:	#4aa4c2;
	background-image: url(assets/art/tile.png);
}

canvas
{
    box-shadow: 0px 0px 20px #000000;
}

.back-hall {
			position: absolute;
			left: 10px;
			top: 10px;
			z-index: 200;
			width: 40px;
			height: 40px;
			padding: 0;
			display: grid;
			place-items: center;
			background: #1a1410;
			color: #e8c547;
			border: 2px solid #c9a227;
			border-radius: 50%;
			text-decoration: none;
			box-sizing: border-box;
		}