﻿canvas {
    margin: 0;
}

body {
    margin: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: #444444;
}

.hidden {
    display: none;
}

.noOverflow {
    overflow: hidden;
}

.home-title, #loading-progress {
    text-align: center;
    font-size: 70px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.home-formula {
  text-align: center;
  font-weight: bold;
  color: white;
}

.home-formula > span {
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.home-level {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
}

.home-level-id {
    width: 100px;
    height: 100px;
    background-color: #333;
    color: white;
    font-size: 60px;
    text-align: center;
    margin: 0;
    padding: 0;
    padding-top: 20px;
}

.home-level-name {
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
    color: white;
}

#level-home {
    top: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
}

#level-restart {
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}

#level-help {
    bottom: 0;
    left: 0;
    font-size: 20px;
    position: absolute;
    width: 100%;
    text-align: center;
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#level-victory {
    top: 0;
    left: 0;
    font-size: 100px;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
