/*
-------------------------------------------------------------- */
/* Mixins, functions and variables
-------------------------------------------------------------- */
/*
-------------------------------------------------------------- */
/* Variables
-------------------------------------------------------------- */
/*
-------------------------------------------------------------- */
/* Mixins
-------------------------------------------------------------- */
#gameCanvas {
  display: none;
  position: absolute;
  height: auto !important;
  width: 100%; }

#welcomeScreen #startGameBtn {
  width: 100px;
  height: 50px;
  background-color: red;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

* {
  margin: 0;
  padding: 0; }

body, html {
  width: 100%;
  height: 100%; }
