
body{
  background-color: #EFEFEF;
 }
div#slogan {
  font-family: 'Arial';
  text-align: center;
  font-size: 17pt;
  text-shadow: 2px 2px 2px #BFBFBF;
 }
div#gpContainer{
  	font-family: 'Font';
	position: absolute;
	top: 5px;
	right: 5px;
	display: none;
}
#wrap{
	position: absolute;
	bottom: 3vh;
	left: 50%;
	transform:translate(-50%,0);
	z-index: 1;
	min-width: 700px;
}
#menu{

	font-size: 10px;
}
input[type='number']{
	background: #eee;
	background: none;
	font-family: 'Font';
	font-size: 30px;
	outline: none;
	width: 90px;
	text-align: center;
	border: none;
}
img {
    text-align: center;
    top: 0; bottom:0; left: 0; right:0;
    margin: auto;
}
a {
	font-family: 'Font';
	color: #000000; 
	text-decoration: none;
  	text-align: right;
  	font-size: 13pt;
}
a#aaindex{
	font-family: 'Font';
	color: #000000; 
	text-decoration: none;
  	text-align: right;
  	font-size: 14pt;
}
a#aabout{
	font-family: 'Font';
	color: #000000; 
	text-decoration: none;
  	text-align: right;
	margin-top: 400px;
  	font-size: 12pt;
}
a#asnake{
	font-family: 'Font';
	color: #000000; 
	text-decoration: none;
  	text-align: right;
	margin-top: 400px;
  	font-size: 12pt;
}
a:hover {
	font-family: 'Font';
	color: #404040; 
	text-decoration: none;
  	text-align: right;
  	font-size: 13pt;


}
table{
	width: 100%;
	text-align: center;
}
h1{
	font-family: 'Font';
  	text-align: center;
  	font-size: 20pt;
  	margin-bottom: 5px;
  	text-shadow: 2px 2px 2px #BFBFBF;
}
h2{
	font-family: 'Font';
  	text-align: center;
  	font-size: 10pt;
  	margin-top: 5px;

}
h3{
	font-family: 'Font';
  	text-align: center;
  	font-size: 7pt;
  	margin-top: 5px;
}
#canvas{
	position: absolute;
	top: 0;
	left: 0;
}
#end,#lost{
	display: none;
}
.difficulty{
	cursor: pointer;
}
.key{
	padding: 5px;
	border: 2px solid;
	border-radius: 4px;
}
.link{
    margin: 0px 10px;
}
#choose-dimension, #choose-dimension-vr, #sides_difference {
    display: none;
}
#sides_difference{
    width: 100%;
    height: 30px;
    margin: 30px 0px -10px;
    background: #CCC;
}
#sides_difference div{
    width: 20px;
    height: 30px;
    background: #AAA;
    pointer-events: none;
    position: relative;
    left: 50%;
}
.link{
    margin: 0px 10px;
}
#dim3, #dim4, #dim5, #dim6, #dim7, #dim8, #sides_difference {
    cursor: pointer;
    margin: 20px;
}