

html{
  
    background-color: rgb(30, 30, 30);
    color:silver;
}

a{color:silver;}



#game-border{
  
	display:none;

    color: rgb(218, 218, 218);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5), 2px 2px 0 rgba(0, 0, 0, 0.5);
    
}


#canvas-box{
    position: relative;
    background-color: rgb(30, 30, 30);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

#canvas-box canvas{
    position: absolute;
    background-color: transparent;
}


 


.w-border{
    display: none;
    border-radius: 0;
    position: absolute;
    z-index: 5;
    color: #FFF;
    border : 1px solid #FFF;
    background-color: #175266;
    box-shadow: 0 0 5px #000;
    margin:auto;
    left:0;
    top:0;
    right:0;
    bottom:0;
    width:fit-content;
    height:fit-content;

}





.w-body{
    
    border-top: 1px solid rgb(31, 31, 31);
    background-color: #11365f;
}







#name{
	

	/*margin: -200px 0 0 0;*/
	font-size:50px;
	font-weight:bold;
	text-align:center;
	color:rgba(106,124,197,1);
	line-height:70px;
	
	/*position: absolute;
	top:50%;
	left:0;
	*/
}



#startBtn{
line-height: 120px;
	background:blue;
	color: #fff;
	font-size:50px;

	width:200px;


	padding: 10px 30px;
	border:5px solid #fff;
	border-radius:50px;

	outline:none;
	cursor:pointer;
}


.w-button{
    display: inline-block;
    font-size: 90%;
    text-align: center;
    text-shadow: none;
    cursor: pointer;


}
.right-bar {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}


