#gameCanvas {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
}
#welcomeDiv{
	border: 5px outset red;
	background-color: lightblue;
	text-align: center;
	width: 800px;
	height: 50px;
	font-size: xx-large;
	margin: auto; 
    margin-top: 20px;
}
#playDiv {
	border: 5px outset crimson;
	background-color: violet;
	text-align: center;
	width: 800px;
	height: 50px;
	font-size: xx-large;
	margin: auto; 
	margin-top: 850px;
}
body {
    background-color:rgb(53, 2, 53);
    width: 80%; 
    margin-left:auto; 
    margin-right: auto; 
    min-height:100%;
    height:100%;
}
a {
    margin: 49%;
    color:slateblue;
}
a:hover{
    color:white;
}