* {
  padding: 0px;
  margin: 0px; }

html, body {
  width: 100%;
  height: 100%;
  background: "#4C98C9"; }

canvas {
  display: block;
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0; }

#confFlag {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: url("/confFlag.jpg");
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
  display: none; }

#mericanFlag {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: url("/mericanFlag.jpg");
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
  opacity: 1;
  display: none; }

#noSupport {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 100px; }

/*# sourceMappingURL=allODemStyles.css.map */
