body {
    font-family: Helvetica;
    font-size: 12px;
    color: #333;
    width: 600px;
    margin: 0 auto;
    background-color: #333;
    background-image: url("../assets/img/individualSprites/mainMenu.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}

canvas {
    border: 3px solid #fff;
}

#gameTitle {
    color: #fff;
    font-size: 3em;
    margin-bottom: 0;
    margin-top: 0.5em;
}

#myGame {
    cursor: none;
}
