:root{
	--blue: #2B59C3;
	--purple: #9B26B6;
	--red: #DD2E1E;
	--yellow: #FFB833;
	font-family: 'Arial', sans-serif;
}

table {
	border-collapse: collapse;
}

body {
	background-color: var(--blue);
}

#headerCanvas {
	background-color: #2B59C3;
}

.gameButton {

    width: 1000px;
    height: 50px;
    display: block;
    margin: auto;
    margin-top: 10px;
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    background-color: white;
    cursor: pointer;
}

.footer {
	width: 100%;
	color: var(--purple);
	text-align: center;
}

.leftNav {
	color: var(--purple);
	text-align: left;
	font-size: 24pt;
	width: 50px;
}