@charset "utf-8";
/* CSS Document */

/* ::::::::::: [ OVERRIDE START ] ::::::::::: */

body {
    background-color: #000000;
    color: #000000;
    background: transparent;
}


/* Adj width to 800 and fill full width */
canvas {
    max-width: 800px;
    max-height: 800px;
}
.gameColumn {
    max-width: 800px;
}



#button-submit{
	font-style: normal;
    border-radius: 0px;
}

#messageH3 {
    font-size: 4em;
    font-weight: 200;
}

#messageDiv {
    font-size: 2.5em;
    font-weight: 500;
}

#messageExit {
    font-size: 2em;
    font-weight: 600;
    width: 240px;
    border-radius: 0px;
}


