

body {
padding: 0;
margin: 0;
	}

.start-page{
    position:absolute;
	top:0;
	left: 0;
	z-index:1;
    width:100%;
    height:100vh;
    background-color:rgba(2, 100, 2, 0.98) ;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor:auto;
}





.button {
    cursor: pointer;
	background: #7C7C7C;
	border-bottom: 6px inset rgba(0,0,0,.5);
	border-left: 6px inset rgba(0,0,0,.5);
	border-right: 6px inset rgba(255,255,255,.5);
	border-top: 6px inset rgba(255,255,255,.5);
	box-sizing: border-box;
	color: white;
	cursor: pointer;
	display: inline-block;
    font-family:  monospace ;
	font-size: 1rem;
	margin: 1rem;
	min-width: 100px;
	padding: .5rem;
	text-transform: uppercase;
	width: auto;
	

}

.button:focus, .button:hover{
    background: #BCBCBC;
}



#sound-alert{
  display: none;
}

canvas {
	vertical-align: top;
	cursor:none;
	}

*{
	cursor:none;
}



@media only screen and (max-device-width: 800px) {
  #sound-alert{
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 25px;
    line-height: 38px;
    display: block;
    color:#fff;
    position: fixed;
    top:0;
    left: 0;
    width:90%;
    background: rgba(0,0,0,0.8);
    text-align: center;
    z-index: 999;
    padding: 5%;
  }
}
