#gameCanvas {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    margin:auto;
	margin-top: 75px;
}
#display {
	margin: auto;
	margin-top: 625px;
	border: 5px outset crimson;
	background-color: violet;
	text-align: center;
	width: 800px;
	height: 50px;
	font-size: xx-large;
}
#controlsPlayer1 {
    position: absolute;
    margin-top: -500px;
    left: 150px;
	border: 5px outset crimson;
	background-color: rgb(21, 7, 146);
    text-align: center;
	width: 250px;
	height: 250px;
}
#controlsPlayer2 {
    position: absolute;
    margin-top: -500px;
    right: 150px;
	border: 5px outset crimson;
	background-color: rgb(134, 16, 134);
    text-align: center;
	width: 250px;
	height: 250px;
}
a {
    margin: 49%;
    color:slateblue;
}
a:hover{
    color:white;
}
body {
    background-color:rgb(53, 2, 53);
    width: 80%; 
    margin-left:auto; 
    margin-right: auto; 
    min-height:100%;
    height:100%;
}

#footer {
    border: 5px outset red;
    background-color: transparent;
    text-align: center;
    font-size: xx-large;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 99.5%;
    height: 50px;
    color: antiquewhite;
}

h1 {
    margin-top: 15px;
    text-align: center;
    font-size: 250%;
    color: darkgreen;
}
h3{
    font-weight: 200%;
    font-size: x-large;
    color: rgb(231, 171, 59);
}
ul {
    color:darkgoldenrod;
    list-style-type: none;
    padding:10px;
}
li {
    padding:8px;
    margin:5px;
}